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

MacOS arm64 wheels incompatible with earlier MacOS versions #1341

Closed
cqc-alec opened this issue Apr 15, 2024 · 0 comments · Fixed by #1342
Closed

MacOS arm64 wheels incompatible with earlier MacOS versions #1341

cqc-alec opened this issue Apr 15, 2024 · 0 comments · Fixed by #1342
Labels
bug Something isn't working

Comments

@cqc-alec
Copy link
Collaborator

This is a blocker for the 1.27 release.

The build script that we use to build MacOS arm64 versions overrides the platform name to ensure compatibility with MacOS 12.0 or later:

self.plat_name = plat_name

Afterwards we run delocate-wheel on the CI.

Versions of delocate prior to 0.11.0 respected this platform name. However, that version does not. Apparently it performs some checks that the wheel is valid for that platform and renames it if it thinks it isn't: see matthew-brett/delocate#214 . This is happening for pytket wheels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant