-
Notifications
You must be signed in to change notification settings - Fork 87
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
Support building arm64 and universal2 wheels on x86_64 #383
Conversation
This reverts commit 7a7e463.
Interesting. So the idea is to build both wheels then fuse them? It might be nice to document this somewhere. |
Here's a test run. https://github.com/isuruf/gmpy2-wheels/runs/1705061075?check_suite_focus=true (note that building both |
ping |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks very much for doing this. It would be very nice to have to some tests too...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks - nice. Just one extra simplification.
@mattip @radarhere - any chance of another quick review here? - as this is a moderately big change. |
Co-authored-by: Andrew Murray <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Changed functions to setup instead of wrap
Co-authored-by: Andrew Murray <[email protected]>
I propose to merge this when tests all passed. Any objections? |
Co-authored-by: Andrew Murray <[email protected]>
OK - let's give this one a shot. |
Thanks for your persistence @isuruf |
No description provided.