problem with lapack_lite / BLAS

Albert Strasheim fullung at gmail.com
Sat Oct 7 08:20:06 EDT 2006


Hello all

> -----Original Message-----
> From: numpy-discussion-bounces at lists.sourceforge.net [mailto:numpy-
> discussion-bounces at lists.sourceforge.net] On Behalf Of Karol Langner
> Sent: 07 October 2006 14:07
> To: NumPy List
> Subject: [Numpy-discussion] problem with lapack_lite / BLAS
> 
> Dear list,
> 
>  I'm trying to compile ATLAS 3.6.0 and LAPACK 3.0 (+ update) and use them
> with
> the latest numpy (checked out today). Installation seems to be fine, all
> the
> libraries are detected. When I import numpy, however, I get this:
> 
> <snip>
> ImportError: /home/langner/apps/python/lib/python2.5/site-
> packages/numpy/linalg/lapack_lite.so:
> undefined symbol: xerbla_
> 
> Does anyone know where this comes from?

xerbla is an error handler for the LAPACK routines. Make sure you included
xerbla.f when building your LAPACK library. Check the symbols included in
the library with strings or objdump.

Hope this helps.

Cheers,

Albert


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV




More information about the NumPy-Discussion mailing list