summarylogtreecommitdiffstats
path: root/site.cfg
blob: 1d579e9bbdd0c90309f297880ae60cd0458705f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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