ARM64 build
there's an x86 and an x64 build, how about an ARM64 build as well?
Prerequisite is that https://github.com/teeks99/boost-release-windows has an ARM64 build and deployment (see https://boostorg.jfrog.io/artifactory/main/release/1.86.0/binaries/ )
@sergey-shandar boost 1.86.0 is available https://www.boost.org/users/history/version_1_86_0.html
@sergey-shandar Could you please also push the update to this repo for 1.86 as the nuget packages are already updated. Thanks.
Hi @sergey-shandar, sorry to bother you but is there any news regarding ARM build support?
Hi @sergey-shandar, sorry to bother you but is there any news regarding ARM build support?
Hi @stihlwasab, currently, I use Prebuild Binaries from here. There are two reasons:
- We shouldn't have two different binary files (DLLs) for the same Boost library of the same version.
- Building all DLLs requires more investments in computing resources and maintenance time.
Also, it would be good if the binaries were signed to reduce the risk of shipping malicious code. Currently, I only trust binaries from the Boost website or generated by machines under my control (home PCs or trusted CI).
Thanks for the hint @sergey-shandar, but unfortunately, there isn't a 'libboost_program_options-vc143-mt-s-a64-1_86.lib' file in the prebuilt binaries for ARM64 (or I might have missed it). It looks like I’ll need to build it myself. :\
Previously, we used vcpkg and installed it like this:
bootstrap-vcpkg.bat vcpkg install boost:x64-windows-static
Any chance you could offer some advice? :)
@stihlwasab You need to get the maintainer of https://github.com/teeks99/boost-release-windows/issues/5 to work on that topic as this is the basis for the prebuild boost windows packages.