-
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
Cannot install FFTW on Apple M2-MAX chip, libmkl_rt_path
not defined
#274
Comments
The offending line is Line 86 in 008bc5b
Line 84 in 008bc5b
|
Thanks a lot for your prompt, @giordano!
|
Please use triple backticks to quote your code blocks on github, to make the code you post more readable: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks |
I've now updated my code. How about now? @giordano |
Not really, but I fixed that for you again. Anyway, you're saying that you're trying to install FFTW in a fresh environment without any |
Thanks @giordano . Yes, I think so. I used the "Finder" function on Mac and couldn't find it. How to find the
|
Is this a completely fresh install of Julia or did you migrate over from an older Mac where you copied your old Short of deleting using Preferences, UUIDs
fftw = UUID("7a1cc6ca-52ef-59f5-83cd-3a7055c09341")
set_preferences!(fftw, "provider" => "fftw") |
That being said, maybe we should look at |
Or more generally |
Hi everyone,
I've got the following error when installing the "FFTW" package with Julia version 1.9.1 on M2 Max chip with Ventura 13.4
Any tips on resolving this?
The text was updated successfully, but these errors were encountered: