rwl / pyrlu

Python module for sparse LU factorization
https://pypi.org/project/pyrlu/
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

ARM support #1

Closed bertramr closed 2 months ago

bertramr commented 2 months ago

What would be necessary to provide a ARM version of this package as well?

rwl commented 2 months ago

I modified the CI workflow to upload artifacts built for the aarch64 target architecture. They can be found in version 0.2.1:

https://pypi.org/project/pyrlu/0.2.1/#files

Unfortunately, I don't have an ARM system to test them out. Let me know if you have any problems.