cython-blis icon indicating copy to clipboard operation
cython-blis copied to clipboard

support aarch64 builds

Open louisabraham opened this issue 1 year ago • 2 comments

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

louisabraham avatar Oct 15 '24 09:10 louisabraham

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.

honnibal avatar Oct 15 '24 12:10 honnibal

removing aarch64 breaks pip install on docker images on apple silicone:

https://github.com/explosion/cython-blis/issues/117

ajbeach2 avatar Jan 15 '25 00:01 ajbeach2

Fixed by release 1.2.1

crusaderky avatar Nov 24 '25 17:11 crusaderky