[SciPy-user] scipy.basic to numpy
Pearu Peterson
pearu at scipy.org
Thu Jan 5 16:24:31 EST 2006
On Thu, 5 Jan 2006, Rob Managan wrote:
> Sorry for being unclear. I was referencing the numpy.dft.fft function
> to show that it works but the fftpack version in scipy does not.
>
> The problem is in scipy not numpy.
I tried building scipy.fftpack against fftw-2.1.3, fftw-3.0.1, and fortran
fftpack. In all cases scipy.fftpack.test() finishes without failures on
debian box, both on 32 and 64-bit boxes.
Could you try building scipy without fftw support? For that
set
export FFTW=None
and rebuild scipy.
Pearu
More information about the SciPy-User
mailing list