[SciPy-user] installation problem with dfftpack on linux

Robert Kern robert.kern at gmail.com
Sat May 19 14:52:01 EDT 2007


Daniel Nogradi wrote:
>Pearu Peterson wrote:
>> Libraries dfftpack and others are  built with build_clib command,
>> so sole build_ext is not enough. Use
>>
>>   python build
>>
>> to build scipy.
> 
> Thanks very much, indeed, build_clib, build_ext, build works (in this order).

Note that I've fixed this issue in numpy after 1.0.2 was released. When numpy
1.0.3 comes out (or if you use numpy from SVN), a plain "python setup.py
build_ext" should work just fine.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco



More information about the SciPy-User mailing list