rkyleg / asdf-julia

MIT License
25 stars 16 forks source link

Support ARM64 packages for Mac #20

Closed christopher-dG closed 2 years ago

christopher-dG commented 2 years ago

Starting from 1.7.0-beta3, there are native ARM binaries for MacOS.

This is perhaps a bit ugly, feel free to suggest any cleanups.

haberdashPI commented 2 years ago

Nice! This would basically close #18; though one issue is that users don't have an option to use the x64 binaries if they want them (e.g. right now FFTW.jl doesn't work natively on M1).

christopher-dG commented 2 years ago

Ah, yeah there should probably be an environment variable that can be set to manually choose.