Closed odidev closed 3 years ago
This would be great!
We currently have aarch64 wheels built via GitHub actions in BTrees, ExtensionClass, persistent, and zope.interface.
We're slowly converting all packages to use CI configuration files generated from a template, using a homegrown tool. You can tell whether a package has been converted already by the presence of a .meta.toml
file (also, all the generated files have a comment at the top explaining they're generated).
Our "c-code" template already supports building aarch64 wheels, so it would be best to push along the conversion of this package (and other C-code containing packages).
This should be fixed by #34.
Probably a release is needed, so the wheels actually show up at PyPI. (Sorry ran out of time for today, so I cannot do it myself now.)
I just released https://pypi.org/project/zope.index/5.1.0/. It should be populated with the wheels in some minutes.
Problem
On aarch64, pip install zope-index builds the wheels from source code and then install it. It requires user to have development environment installed on his system. also, it take some time to build the wheels than downloading and extracting the wheels from pypi.
Resolution
On aarch64, pip install zope-index should download the wheels from pypi
Please let me know your interest on releasing aarch64 wheels. I can help in this. Are there any plans for moving to github actions?