styfenschaer / rocket-fft

Rocket-FFT makes Numba aware of numpy.fft and scipy.fft. Rocket-FFT takes its name from the PocketFFT Fast Fourier Transformation library that powers it, and Numba's goal of making your scientific Python code blazingly fast - like a rocket. 🚀
BSD 3-Clause "New" or "Revised" License
61 stars 2 forks source link

Linux arm64 builds #6

Closed benhowes closed 8 months ago

benhowes commented 8 months ago

Would you be open to adding a linux arm64 build to pypi? As far as I can see it should be possible via cibuildwheel.

In my usecase, it would be handy as I'm running linux docker containers on macos.

Many thanks for a great project!

styfenschaer commented 8 months ago

Hi @benhowes,

Thank you for your suggestion. I'm open to the idea of providing Linux ARM64 wheels, provided it's technically feasible. However, implementing this on GitHub runners might require some additional steps. If you already have a solution in mind, I welcome you to submit a pull request. Otherwise, I'll try to explore this soon.