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