Skip to content

Commit

Permalink
Remove mentions of FFTW and DJBFFT from site.cfg.example -- those are…
Browse files Browse the repository at this point in the history
… no longer supported
  • Loading branch information
pv committed Nov 14, 2009
1 parent 045ef4f commit 1bd52fe
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions site.cfg.example
Expand Up @@ -102,19 +102,3 @@ include_dirs = /usr/local/include
#[umfpack]
#umfpack_libs = umfpack

# FFT libraries
# -------------
# There are two FFT libraries that we can configure here: FFTW (2 and 3) and djbfft.
#
# http://fftw.org/
# http://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
#
# For djbfft, numpy.distutils will look for either djbfft.a or libdjbfft.a .
#[djbfft]
#include_dirs = /usr/local/djbfft/include
#library_dirs = /usr/local/djbfft/lib

0 comments on commit 1bd52fe

Please sign in to comment.