From: Karol L. <kar...@kn...> - 2006-10-07 12:14:01
|
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: Python 2.5 (r25:51908, Sep 27 2006, 17:40:29) [GCC 3.3.5 (Debian 1:3.3.5-13)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import numpy Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/langner/apps/python/lib/python2.5/site-packages/numpy/__init__.py", line 40, in <module> import linalg File "/home/langner/apps/python/lib/python2.5/site-packages/numpy/linalg/__init__.py", line 4, in <module> from linalg import * File "/home/langner/apps/python/lib/python2.5/site-packages/numpy/linalg/linalg.py", line 25, in <module> from numpy.linalg import lapack_lite 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? Cheers, Karol -- written by Karol Langner Sat Oct 7 14:02:46 CEST 2006 |