[SciPy-user] Can't find atlas for scipy install

Stephen Boulet stephen at theboulets.net
Sun Oct 13 12:15:28 EDT 2002


I've installed atlas (atlas-3.2.1 and atlas-c++-0.4.5). "/usr/lib" is in my 
"/etc/ld.so.conf" and I've run "ldconfig". 

When I try installing scipy (cvs), I get the messages below. Can someone tell 
me what I'm doing wrong?

(I did notice that there is a "/usr/bin/atlas-config" executable in the atlas 
distribution; I'm not sure how to use it though.)

-- Stephen

# python setup.py install
atlas_info:
  NOT AVAILABLE

linalg/setup_linalg.py:36: UserWarning:
    Atlas (http://math-atlas.sourceforge.net/) libraries not found.
    Directories to search for the libraries can be specified in the
    scipy_distutils/site.cfg file (section [atlas]) or by setting
    the ATLAS environment variable.
  warnings.warn(AtlasNotFoundError.__doc__)
blas_info:
  NOT AVAILABLE

linalg/setup_linalg.py:40: UserWarning:
    Blas (http://www.netlib.org/blas/) libraries not found.
    Directories to search for the libraries can be specified in the
    scipy_distutils/site.cfg file (section [blas]) or by setting
    the BLAS environment variable.
  warnings.warn(BlasNotFoundError.__doc__)
blas_src_info:
  NOT AVAILABLE

Traceback (most recent call last):
  File "setup.py", line 130, in ?
    install_package()
  File "setup.py", line 95, in install_package
    config.extend([get_package_config(x,parent_package)for x in 
standard_packages])
  File "setup.py", line 45, in get_package_config
    config = mod.configuration(parent)
  File "linalg/setup_linalg.py", line 43, in configuration
    raise BlasSrcNotFoundError,BlasSrcNotFoundError.__doc__
scipy_distutils.system_info.BlasSrcNotFoundError:
    Blas (http://www.netlib.org/blas/) sources not found.
    Directories to search for the sources can be specified in the
    scipy_distutils/site.cfg file (section [blas_src]) or by setting
    the BLAS_SRC environment variable.




More information about the SciPy-User mailing list