-
Notifications
You must be signed in to change notification settings - Fork 245
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
MacOS producing wheel for 10.9 even though 11.0 is specified #952
Comments
I'm no expert, but if your build is using cmake, you might have better luck with CMAKE_OSX_DEPLOYMENT_TARGET. Can't find a relevant discussion on this but I'm sure it has come up previously....! @henryiii might have more ideas from the scikit-build side. |
I bet this is a reverse manifestation of scikit-build/scikit-build#596 & #818, which might be fixed by scikit-build/scikit-build#607 |
@henryiii I raised it here because if I do |
cibuildwheel sets |
Could you see if using scikit-build/scikit-build#607 fixes it? |
Closed due to inactivity. Feel free to reopen if you have more info. |
Yeah, this should have been fixed in a released version of Scikit-build. |
Wheels for MacOS can't be created. Regardless of the target MacOS version, the wheels get built by 10.9. Might be related to: pypa/cibuildwheel#952
Wheels for MacOS can't be created. Regardless of the target MacOS version, the wheels get built by 10.9. Might be related to: pypa/cibuildwheel#952
Description
I'm trying to produce universal2, x64 and arm64 wheels for macOS 11+.
The extension module specifically requires 11.0+ and would fail in older versions of Mac.
I've tried setting
MACOSX_DEPLOYMENT_TARGET=11.0
after looking at the source code. There's nothing in the documentation how to change the deployment target for the wheels to be 11.0 instead of 10.9In spite of this, CI produces the file -
pyjion-1.2.0-cp310-cp310-macosx_10_9_universal2.whl
The build workflow is -
pyproject.toml
Build log
No response
CI config
No response
The text was updated successfully, but these errors were encountered: