-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Darwin ARM: libfftw3 not defined #187
Comments
Yes, all JLL packages won't work on aarch64 Darwin at the moment |
@lukeburns I've built FFTW for aarch64-apple-darwin, you can test it with ]add https://github.com/giordano/FFTW_jll.jl.git NOTE: this is meant to be a test, the "official" build will come at some point in the future. Also, I'm not going to do this kind of builds for other libraries, but it'd be good to get some feedback on this one before the official rollout. |
Works for me! |
@lukeburns thanks for confirmation! To be clear, it's useless to go around to report the lack of |
@giordano Aha, I was just about to ask — just found Yggdrasil. So it's a matter of distribution, rather than a technical issue? Does this mean I should be able to manually build any JLL package locally? |
Yes, exactly.
In principle yes, using BinaryBuilder |
Meta issue about building JLL packages for the new platform: JuliaPackaging/Yggdrasil#2763. |
I noticed |
Fixed by JuliaPackaging/Yggdrasil#3585 |
Your problem is completely unrelated to the present issue, please open a new ticket. Anyway the gist is that MKL isn't available for your processor, but why this is happening is a problem that we can't look at here. |
Running native Julia, version 1.7.0-DEV on Mac M1
I tried adding
FFTW_jll
with no diceThe text was updated successfully, but these errors were encountered: