[SciPy-dev] Merged numarray branch

Pearu Peterson pearu at scipy.org
Mon Jan 17 02:33:25 EST 2005



On Sun, 16 Jan 2005, Stephen Walton wrote:

> Pearu Peterson wrote:
>
>> It looks like the installation of scipy was not completely succesful.
>> Please, check scipy installation messages for any errors. 
>
> After my previous post, I noticed that I had neglected to produce a complete 
> LAPACK.  My oversight.  Now scipy.test(level=1) dies with a segmentation 
> fault a little way in after all the messages about various missing tests.

Could you be a more specific on where exactly scipy test crashes?
For example, try
   scipy.test(verbosity=10)

If scipy.test dies while testing scipy.linalg or scipy.lib.lapack then
what compiler version are you using? If its pre gcc 3.3.3 then note that
lapack library (that are used for completing atlas lapack) must be 
compiled with -O2 (not with -O3) flag due to a compiler bug.


Pearu




More information about the SciPy-Dev mailing list