explosion / cython-blis

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

support aarch64 builds #112

Open louisabraham opened 1 month ago

louisabraham commented 1 month ago

Hello!

I'm trying to install blis (from spaCy) on a CI env and I would rather not have to require gcc.

I cannot find the aarch64 whl files on pypi and actually the latest commit here removes support for aarch64: https://github.com/explosion/cython-blis/commit/ee825f06462a964034c56eaf6d902dc2dfab995a

honnibal commented 1 month ago

We've stopped hosting our own Github Actions runners, so we can't support Linux aarch64 until Github Actions has default support for it. It's currently in beta for private orgs but isn't enabled for public repos yet. Once it is we'll be able to add those wheels back.