Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Oct 2004 19:27:00 +0430
From:      "Lee Harr" <missive@hotmail.com>
To:        freebsd-ports@freebsd.org
Subject:   python scipy ATLAS linalg trouble
Message-ID:  <BAY2-F39DlYWy6PhuQi00049212@hotmail.com>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BAY2-F39DlYWy6PhuQi00049212>