Re: [Numpy-discussion] numpy with fftw

2008-07-08 Thread Robert Kern
On Tue, Jul 8, 2008 at 14:33, Frédéric Bastien <[EMAIL PROTECTED]> wrote: > thanks for the information. What made my thought it was possible is > that in the file site.cfg.example their is: > > # Given only this section, numpy.distutils will try to figure out which > version > # of FFTW you are us

Re: [Numpy-discussion] numpy with fftw

2008-07-08 Thread Frédéric Bastien
thanks for the information. What made my thought it was possible is that in the file site.cfg.example their is: # Given only this section, numpy.distutils will try to figure out which version # of FFTW you are using. #[fftw] #libraries = fftw3 Is this fftw section still usefull? Frédéric Bastien

Re: [Numpy-discussion] numpy with fftw

2008-07-08 Thread Robert Kern
On Tue, Jul 8, 2008 at 14:14, Frédéric Bastien <[EMAIL PROTECTED]> wrote: > Hi, > > I want to compile numpy so that it use the optimized fftw librairy. numpy itself does not support this. scipy does. > In > the site.cfg.example their is a section [fftw3] that I fill with: > > [fftw3] > include_di

[Numpy-discussion] numpy with fftw

2008-07-08 Thread Frédéric Bastien
Hi, I want to compile numpy so that it use the optimized fftw librairy. In the site.cfg.example their is a section [fftw3] that I fill with: [fftw3] include_dirs = /usr/include library_dirs = /usr/lib64 fftw3_libs = fftw3, fftw3f fftw3_opt_libs = fftw3_threads, fftw3f_threads when I