Closed
Description
Hi there!
Really enjoying the latest releases of python-flint
!
I noticed that since 0.5.0
, there are wheels for aarch64-darwin
and x86_64-linux
which significantly reduce the burden of getting the python module installed.
Since most EC2 instances these days are aarch64
, it would be pretty convenient to also have a aarch64-linux
wheel! I am able to cross compile flint-3.0.0
for aarch64-linux
so it seems like it should be possible! Let me know if there is anything I could do to help