# FFT libraries # ------------- # There are two FFT libraries that we can configure here: FFTW (2 and 3) and djbfft. # Note that these libraries are not used by NumPy or SciPy. # # http://fftw.org/ # https://cr.yp.to/djbfft.html # # Given only this section, numpy.distutils will try to figure out which version # of FFTW you are using. [fftw] libraries = fftw3 include_dirs = /usr/include library_dirs = /usr/lib