You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I precompile Stingray on Apple Silicon, I get an error of the library not finding fftw_init_threads, and if I change the path of the system FFTW it still fails to find other symbols
According to the thread here, it can be solved simply by using FFTW_jll instead of FFTW