explosion / cython-blis

💥 Fast matrix-multiplication as a self-contained Python library – no system dependencies!
Other
219 stars 37 forks source link

Wheel support for linux aarch64 [arm64] #47

Closed odidev closed 3 years ago

odidev commented 3 years ago

Summary Installing cython-blis on aarch64 via pip using command "pip3 install cython-blis" tries to build wheel from source code

Problem description cython-blis doesn't have wheel for aarch64 on PyPI repository. So, while installing cython-blis via pip on aarch64, pip builds wheel for same resulting in it takes more time to install cython-blis. Making wheel available for aarch64 will benefit aarch64 users by minimizing cython-blis installation time.

Expected Output Pip should be able to download cython-blis wheel from PyPI repository rather than building it from source code.

@cython-blis-team, please let me know if I can help you building wheel/uploading to PyPI repository. I am curious to make cython-blis wheel available for aarch64. It will be a great opportunity for me to work with you.

honnibal commented 3 years ago

We're working on wheel support for more platforms. It's a matter of build automation, so it's not something that's easy for others to assist with.

Please do not open template issues on multiple repositories. It is not appreciated.