-
Notifications
You must be signed in to change notification settings - Fork 751
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
[CPython] Add platform macosx-arm64 #1511
Conversation
Please do the same with numpy and scipy |
I'm waiting for the merge of this one since numpy depends on cpython |
This breaks the build for at least OpenCV: |
The macosx-arm64 builds should now use the macos-14 runner, which is an arm64 machine. |
Do you want a separate PR for this change in opencv workflow ? |
Yes, please! |
Add support of apple silicon mac to cpython presets.
There are constants in global/python.java that map platform-specific configurations like
HAVE_*
. They'd better be skipped.