[Numpy-discussion] Building Numeric with a native blas ?

Chris Barker Chris.Barker at noaa.gov
Thu Jul 29 15:26:09 EDT 2004


By the way, I get these same errors when compiling with the setup.py 
unchanged from how it's distributed with Numeric 23.3

> Traceback (most recent call last):
>   File "./TestBlas.py", line 4, in ?
>     from LinearAlgebra import *
>   File "/usr/lib/python2.3/site-packages/Numeric/LinearAlgebra.py", line 
> 8, in ?
>     import lapack_lite
> ImportError: /usr/lib/python2.3/site-packages/Numeric/lapack_lite.so: 
> undefined symbol: dgesdd_

So some thing's weird.

Stephen Walton wrote:
> one has to merge an LAPACK library built separately with the one
> generated by ATLAS to get a 'complete' LAPACK.

I'll try this, but it's odd that it didn't give an error when compiling 
or linking.

-Chris



-- 
Christopher Barker, Ph.D.
Oceanographer
                                     		
NOAA/OR&R/HAZMAT         (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov




More information about the NumPy-Discussion mailing list