Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARM64 build #69

Open
stefankueng opened this issue Mar 17, 2023 · 6 comments
Open

ARM64 build #69

stefankueng opened this issue Mar 17, 2023 · 6 comments

Comments

@stefankueng
Copy link

there's an x86 and an x64 build, how about an ARM64 build as well?

@chcg
Copy link

chcg commented Aug 15, 2024

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

@chcg
Copy link

chcg commented Sep 11, 2024

@sergey-shandar Could you please also push the update to this repo for 1.86 as the nuget packages are already updated. Thanks.

@stihlwasab
Copy link

Hi @sergey-shandar, sorry to bother you but is there any news regarding ARM build support?

@sergey-shandar
Copy link
Owner

sergey-shandar commented Oct 18, 2024

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:

  1. We shouldn't have two different binary files (DLLs) for the same Boost library of the same version.
  2. 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).

@stihlwasab
Copy link

stihlwasab commented Oct 21, 2024

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? :)

@chcg
Copy link

chcg commented Oct 22, 2024

@stihlwasab You need to get the maintainer of teeks99/boost-release-windows#5 to work on that topic as this is the basis for the prebuild boost windows packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants