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

Fix build of universal2 wheels #12

Merged
merged 3 commits into from
Jan 23, 2024
Merged

Fix build of universal2 wheels #12

merged 3 commits into from
Jan 23, 2024

Conversation

tuxu
Copy link
Owner

@tuxu tuxu commented Jan 23, 2024

When building in a universal2 Python executable, CMAKE_OSX_ARCHITECTURES was not properly set. We ended up with an universal2 binary with only the build architecture (e.g., x86_64 for GitHub runners).

When building universal2 wheels, we need to set the architectures for
CMake. This was not detected properly before.
@tuxu tuxu merged commit 354ce05 into master Jan 23, 2024
30 checks passed
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

Successfully merging this pull request may close these issues.

1 participant