python scipy ATLAS linalg trouble

Lee Harr missive at hotmail.com
Sat Oct 30 07:58:02 PDT 2004


Hi;

On a 4-stable box ...

Most of scipy works quite well, but trying to import the
linear algebra functions gives an error:

>python
Python 2.3.4 (#2, Aug 23 2004, 11:46:20)
[GCC 2.95.4 20020320 [FreeBSD]] on freebsd4
Type "help", "copyright", "credits" or "license" for more information.
>>>from scipy import *
>>>linalg.solve
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/local/lib/python2.3/site-packages/scipy_base/ppimport.py", line 
270, in __getattr__
    module = self._ppimport_importer()
  File "/usr/local/lib/python2.3/site-packages/scipy_base/ppimport.py", line 
243, in _ppimport_importer
    module = __import__(name,None,None,['*'])
  File "/usr/local/lib/python2.3/site-packages/scipy/linalg/__init__.py", 
line 8, in ?
    from basic import *
  File "/usr/local/lib/python2.3/site-packages/scipy/linalg/basic.py", line 
11, in ?
    from lapack import get_lapack_funcs
  File "/usr/local/lib/python2.3/site-packages/scipy/linalg/lapack.py", line 
15, in ?
    import flapack
ImportError: /usr/local/lib/libptf77blas.so.1: Undefined symbol 
"ATL_cpttrsm"


I hope I don't have to build ATLAS again ...
took 4 days the last time ...  :o)

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.com/



More information about the freebsd-ports mailing list