-
Notifications
You must be signed in to change notification settings - Fork 36
Universal2 wheel on macOS #132
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
Comments
Do we have references to these ? |
Last two bullets of https://cmake.org/cmake/help/latest/release/3.20.html#other-changes . For linux, the |
And, of course, macOS had already changed to the universal2 name in 3.19.2. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to produce a universal wheel with CMake 3.19.2+ (probably will just work on 3.20). We still need a non-universal2 wheel too, since older pips can't download a universal2 wheel. There were also renames as part of the 3.20 release, so those will need to get updated on upgrade to 3.20, too.
The text was updated successfully, but these errors were encountered: