Detecting fftw (was Re: [SciPy-user] Absoft Compiler)
Pearu Peterson
pearu at cens.ioc.ee
Tue Nov 5 13:53:37 EST 2002
On Mon, 4 Nov 2002, Travis Oliphant wrote:
> > There are a couple of additional problems: the SciPy install didn't
> > detect that I have the fftw libraries installed (from the RPM), and the
> > test suite complains up near the top about the lack of a test_matfuncs
> > module.
>
> There is a site.cfg file where this information can be placed if it is in
> an unusual location.
>
> Welcome to the group....
Hmm, I would like that people would not need to use site.cfg if they are
using system defaults.
Could someone send information where RPM packed fftw libraries and
include files are installed?
The current system_info.py assumes that one of the following file groups
exists:
libfftw.a, librfftw.a, fftw.h, rfftw.h
or
libdfftw.a, libdrfftw.a, dfftw.h, drfftw.h
(in proper lib/include directories, of course)
How fftw installation in Redhat based systems differs from this setup?
Pearu
More information about the SciPy-User
mailing list