[SciPy-dev] scipy testing results

Pearu Peterson pearu at cens.ioc.ee
Tue Feb 19 16:26:57 EST 2002


On Tue, 19 Feb 2002, Fernando Pérez wrote:

> On Tue, 19 Feb 2002, Pearu Peterson wrote:
> > Yes. Check your lapack installation. I suggest trying to build linalg 
> > inside linalg directory:
> >   ./setup_linalg.py build
> 
> 
> This worked fine. I did a full, clean rebuild and the whole process went
> through fine. I have the atlas libs installed, and there were no
> complaints. Then I reinstalled system-wide (python setup.py install as root at
> the top-level scipy dir). Still getting the same error with not being able to
> import eig. Is this my fault?

Don't know ;-)
But try the following:

./setup_linalg.py build
     (Strange, cblas.so and friends are built into the current directory,
      anyway..)
python
>>> import flapack

How that goes? If it fails, can you send the output of ./setup_linalg.py
build.

Pearu




More information about the SciPy-Dev mailing list