[SciPy-dev] site.cfg and acml

Nils Wagner nwagner at mecha.uni-stuttgart.de
Mon Nov 14 09:16:37 EST 2005


Arnd Baecker wrote:
>On Mon, 14 Nov 2005, Nils Wagner wrote:
>[...]
>  
>>Hi Arnd,
>>
>>Thank you for your note. How about priority
>>if site.cfg is available in core/scipy/distutils ?
>>Does it mean that acml will be used instead of ATLAS ?
>>    
>
>That's how it should work.
>To be sure you can run `python core/scipy/distutils/system_info.py`,
>which provides very helpful output.
>
>Arnd
>
>_______________________________________________
>Scipy-dev mailing list
>Scipy-dev at scipy.net
>http://www.scipy.net/mailman/listinfo/scipy-dev
>  
>>> import scipy
Importing test to scipy
Importing base to scipy
Importing basic to scipy
Failed to import basic
libacml.so: cannot open shared object file: No such file or directory
Importing io to scipy
Importing special to scipy
Importing fftpack to scipy
Failed to import fftpack
libacml.so: cannot open shared object file: No such file or directory
Importing utils to scipy
Importing cluster to scipy
Failed to import cluster
libacml.so: cannot open shared object file: No such file or directory
Importing sparse to scipy
Importing interpolate to scipy
Importing lib to scipy
Importing signal to scipy
Failed to import signal
cannot import name random
Importing integrate to scipy
Importing optimize to scipy
Failed to import optimize
cannot import name random
Importing linalg to scipy
Importing stats to scipy
Failed to import stats
cannot import name random
Importing basic to scipy
Failed to import basic
libacml.so: cannot open shared object file: No such file or directory

This is my site.cfg

#
# AMD fast math libraries
#
[DEFAULT]
#library_dirs = /usr/local/lib:/opt/acml2.7.0/gnu32/lib:/usr/lib
library_dirs = /opt/acml2.7.0/gnu32/lib

[blas]
#
# for overriding the names of the atlas libraries
#
blas_libs = acml
language = f77

[lapack]
lapack_libs = acml
language = f77

How can I resolve the problem ?

Nils




More information about the SciPy-Dev mailing list