FINUFFT version 2.0.2 binaries (12/5/20-4/6/20)
The below are all compiled with OpenMP on.
Linux:
- Shared object
(Ubuntu 16.04 LTS [GLIBC 2.23], GCC 7.5.0, i7): libfinufft.so. Place in FINUFFT/lib/
- Static object
(Ubuntu 16.04 LTS [GLIBC 2.23], GCC 7.5.0, i7): libfinufft.a. Place in FINUFFT/lib-static/ or same as above.
- MATLAB MEX binary (Ubuntu 16.04 LTS [GLIBC 2.23], GCC 7.5.0, R2017a, i7):
finufft.mexa64. Place in FINUFFT/matlab/
and add this dir to your MATLAB path. Or instead here is the Octave MEX binary: finufft.mex. Do the same.
Mac OSX:
- Octave MEX binary (Catalina, GCC 10, octave 6.2.0):
finufft.mex. Place in FINUFFT/matlab/
and add this dir to your Octave path.
Windows:
- MATLAB MEX shared object binary for mingw (WinLibs builds) including FFTW 3.3.9:
finufft.mexw64. Place in FINUFFT/matlab/
and add this dir to your MATLAB path.