Pybind11 supports crosscompiling to arm64 on windows #42655
msclock
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
pybind11 in official vcpkg explicitly dismisses to support for arm64 on windows with
!(arm & windows)
.But it can build successfully. See https://github.com/serious-scaffold/ss-pybind11/actions/runs/12279668048/job/34264414765.
There are two workarounds:
support
field.--allowed-unsupported
to VCPKG_INSTALL_OPTIONS.(My current solution)Hope it helps one day for someone.
Beta Was this translation helpful? Give feedback.
All reactions