fastobo / fastobo-py

Faultless AST for Open Biomedical Ontologies in Python.
http://fastobo.readthedocs.io
MIT License
24 stars 4 forks source link

Add support to release aarch64 wheels #245

Closed odidev closed 2 years ago

odidev commented 2 years ago

Problem

On aarch64, ‘pip install fastobo’ build the wheels from source code and then installs it. It requires the user to have a development environment installed on his system. Also, it takes more time to build the wheels than downloading and extracting the wheels from PyPi.

Resolution

On aarch64, ‘pip install fastobo’ should download the wheels from PyPi

@althonos, Please let me know your interest in releasing aarch64 wheels. I can help with this.

althonos commented 2 years ago

I agree this would be a good thing to have. Rust builds are painfully slow, so the more available wheels, the better.

althonos commented 2 years ago

Thanks a lot for your PR!