Hi Einārs, thanks for the write up and the code. Very keen to give this a try but I'm struggling to compile the code. Tried finding a solution but failed miserably.
Tried installing fftw with brew and changing the path to /opt/homebrew/... but that didn't work either.
Sorry in advance I'm clueless at C. I'm on a M1 max / Sonoma
Installing FFTW with brew really should've fixed the issue for Macs. I just tried it on the latest version it seems to be working. You could trying builing FFTW from source and using sudo make install afterwards to install it. Here is the full guide on compiling from source.
Hi Einārs, thanks for the write up and the code. Very keen to give this a try but I'm struggling to compile the code. Tried finding a solution but failed miserably.
Tried installing
fftw
with brew and changing the path to/opt/homebrew/...
but that didn't work either.Sorry in advance I'm clueless at C. I'm on a M1 max / Sonoma