Apple Silicon Wheels #579
Replies: 3 comments 37 replies
-
I now ship Universal2 wheels for boost-histogram; I've added them for 0.12.0 by back porting the CI change and manually uploading the new wheel. My CI file is here, and the PR adding it was scikit-hep/boost-histogram#495. It worked beautifully the first time; initial performance test look like it's faster on a Mac Mini than on my 8 core i9, maybe by as much as 2x when multithreading (very initial testing, though!). Added it took very little change, and I later also split the lengthy Windows build into auto32/auto64, to keep all the jobs similar in length. Very elegant, I'd say! |
Beta Was this translation helpful? Give feedback.
-
I'm having a bit of a hiccup, adding this to Parselmouth: https://github.com/YannickJadoul/Parselmouth/runs/1845996721
|
Beta Was this translation helpful? Give feedback.
-
Interesting, here a project is adding 3.8 (native arm64 cross-compile) wheels outside of cibuildwheel using the Xcode Python 3.8: indygreg/python-zstandard#137 |
Beta Was this translation helpful? Give feedback.
-
I'd like to start this thread to collect user's experiences in adding Apple Silicon wheels, either Universal2 or Arm64, using the new cibuildwheel 1.9.0 and Pip 21.0.1 (at least, that one is needed for Universal2 on AS).
Beta Was this translation helpful? Give feedback.
All reactions