-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
Does the scientific-python community have a unified opinion around whether to distribute universal2 or separate arm64/x86_64 wheels? cibuildwheel did not take a stand and allows both approaches. Some of the considerations that came up in that issue:
against
- for most large projects, using universal2 wheels makes the artifact twice as big which is a waste
- testing is problematic. There still are few arm64 CI runners (not so true with https://cirrus-ci.org/)
- conda uses separate installations
for
- the default python provided by python.org uses universal2
Whatever the decision, we need better documentation, users are confused around how to work with mixed universal2 python and arm64-only wheels.
jarrodmillman
Metadata
Metadata
Assignees
Labels
No labels