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

feat: add universal2 support #63

Merged
merged 1 commit into from Jul 28, 2021
Merged

Conversation

mayeut
Copy link
Contributor

@mayeut mayeut commented Jul 18, 2021

Fixes #35 & #41
Depends on #61 & #62

Comment on lines +14 to +15
"CFLAGS": "-save-temps",
"CXXFLAGS": "-save-temps",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why this is required when building locally but not in GHA...
It definitely fails without this on my laptop.

@@ -19,6 +19,7 @@ manylinux-i686-image = "manylinux1"

[tool.cibuildwheel.macos.environment]
MACOSX_DEPLOYMENT_TARGET = "10.9"
CMAKE_OSX_ARCHITECTURES = "arm64;x86_64"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should be able to get rid of this once scikit-build 0.12 lands.

@henryiii henryiii marked this pull request as ready for review July 28, 2021 01:08
@henryiii henryiii merged commit 9c1463a into scikit-build:master Jul 28, 2021
@henryiii
Copy link
Contributor

I'll push a cmake 3.21.1 release, @mayeut or @jcfr would you like to push a ninja release?

@mayeut mayeut deleted the universal2 branch July 28, 2021 06:17
@mayeut
Copy link
Contributor Author

mayeut commented Jul 28, 2021

I'll push one for Ninja

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.

Wrong architecture for ninja binary on Apple Silicon
2 participants