[SciPy-dev] scipy testing results

Fernando Pérez fperez at pizero.colorado.edu
Tue Feb 19 16:32:57 EST 2002


> > import eig. Is this my fault?
> 
> Don't know ;-)

I seem to be the one running into all the strange bugs (The infamous Mandrake
gcc, the shared libs, now this...). Ah, my lucky stars :)

> 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.

In [1]: import flapack
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)

?

ImportError: ./flapack.so: undefined symbol: slaswp_

So that didn't work. My build comes out fine:

running build_ext
linalg.flapack flapack needs fortran libraries 0
skipping 'linalg.flapack' extension (up-to-date)
linalg.clapack clapack needs fortran libraries 0
skipping 'linalg.clapack' extension (up-to-date)
linalg.fblas fblas needs fortran libraries 0
skipping 'linalg.fblas' extension (up-to-date)
linalg.cblas cblas needs fortran libraries 0
skipping 'linalg.cblas' extension (up-to-date)

Thiss is just the end. If you want it all, I'll redo teh build and zip you the
whole thing, so it doesn't get annoying for the list.

Cheers,

f




More information about the SciPy-Dev mailing list