[SciPy-user] how to build in fftw3 support?

Lin Shao shao at msg.ucsf.edu
Wed May 21 22:17:12 EDT 2008


Hello

I have fftw3 installed and setup.py seems to have found it:

fftw3_info:
  libraries fftw3 not found in /usr/local/lib
  libraries fftw3 not found in /opt/lib
  FOUND:
    libraries = ['fftw3']
    library_dirs = ['/usr/lib']
    define_macros = [('SCIPY_FFTW3_H', None)]
    include_dirs = ['/usr/include']

But I don't see fftw3 in my scipy build. Is there anything extra I
need to do? Thanks.

--lin



More information about the SciPy-User mailing list