[SciPy-user] ATLAS

Nils Wagner nwagner at mecha.uni-stuttgart.de
Wed Feb 27 06:48:03 EST 2002


Pearu Peterson schrieb:
> 
> On Wed, 27 Feb 2002, Nils Wagner wrote:
> 
> > Since I have just installed a new ATLAS library in /usr/local/atlas
> > shall I build scipy again ?
> 
> Yesss.
> 
> Pearu
> 
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-user

Hi Pearu,

I modified my previous setup.py that is

import scipy_distutils.atlas_info
#scipy_distutils.atlas_info.library_path = ['/usr/lib']
scipy_distutils.atlas_info.library_path = ['/usr/local/atlas']

rm -rf build/
python setup.py build
python setup.py install

But again import scipy fails

Python 2.1.2 (#1, Feb 25 2002, 18:04:21)
[GCC 2.95.3 20010315 (SuSE)] on linux2
Type "copyright", "credits" or "license" for more information.
>>> import scipy
/usr/local/lib/python2.1/site-packages/scipy/linalg/clapack.so:
undefined symbol: clapack_sgetrf
Warning: FFT package not found. Some names will not be available
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/local/lib/python2.1/site-packages/scipy/__init__.py", line
87, in ?
    names2all(__all__, _level1a, globals())
  File "/usr/local/lib/python2.1/site-packages/scipy/__init__.py", line
37, in names2all
    exec("import %s" % name, gldict)
  File "<string>", line 1, in ?
  File "/usr/local/lib/python2.1/site-packages/scipy/basic1a.py", line
10, in ?
    from scipy.linalg import eig
ImportError: cannot import name eig
>>>

Any idea ?

Nils



More information about the SciPy-User mailing list