-
-
Notifications
You must be signed in to change notification settings - Fork 42
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 work with Makie.jl on Apple silicon #316
Comments
If you look at https://juliahub.com/ui/Packages/General/NonlinearSolve you see that NonlinearSolve does not directly or indirectly depend on FFTW/AbstractFFTs at all. The entire FFT stack is not part of the dependency list here. Are you sure this is being done in a clean environment? |
yeah, of course, you can saw that I tried it on with a temp environment |
This is what's causing SciML/NonlinearSolve.jl#316. There must be a better way than versioning this every year?
It wasn't related to NonlinearSolve.jl but I fixed it anyways. If you did |
I assume the link is KernelDensity: JuliaStats/KernelDensity.jl#117 |
Describe the bug 🐞
Cannot work with Makie.jl on Apple silicon due to the version of FFTW conflict.
Expected behavior
Makie.jl works properly with NonlinearSolve.jl
Minimal Reproducible Example 👇
]activate --temp; add NonlinearSolve; add Makie; up
Error & Stacktrace⚠️
Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()
Additional context
Makie depended on FFTW, but there is a condition that the version of FFTW is limited at 0.5.0 with current NonlinearSolve. but the BinaryProvider pkg that FFTW v0.5.0 depended does not support apple silicon. and the FFTW is no longer depending on the BinaryProvider now.
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: