libAtoms / matscipy

Materials science with Python at the atomic-scale
http://libatoms.github.io/matscipy/
GNU Lesser General Public License v2.1
188 stars 55 forks source link

ARM64 builds #132

Closed jameskermode closed 1 year ago

jameskermode commented 1 year ago

Try out new GitHub Actions native ARM64 runners

jameskermode commented 1 year ago

Seems I was mistaken, Windows ARM is not going to be supported on GitHub Actions runners: https://github.com/actions/runner-images/issues/768. There is Windows ARM support, but for self-hosted runners only.

Similar situation for macOS ARM64: https://github.com/actions/runner-images/issues/2187

So we're probably stuck with cross-compiling if we want ARM64 wheels.