lmdu / pyfastx

a python package for fast random access to sequences from plain and gzipped FASTA/Q files
https://pyfastx.readthedocs.io
MIT License
262 stars 23 forks source link

Add support to release aarch64 wheels #34

Closed odidev closed 1 year ago

odidev commented 3 years ago

Problem

On aarch64, pip install pyfastx 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 pyfastx should download the wheels from pypi

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

lmdu commented 1 year ago

We have added support for aarch64 from new versions >= 0.9.0