[SciPy-user] clapack--installation problem
Pearu Peterson
pearu at cens.ioc.ee
Sun Aug 18 15:44:49 EDT 2002
On Sat, 17 Aug 2002, Giovanni Montana wrote:
> Pearu,
>
> attached is the complete log of the command
>
> ATLAS=$HOME/ATLAS/lib/Linux_P4SSE2_2/ python setup.py build
>
> executed in the scipy directory after removing the build directory.
>
> Hope you can understand what the problem is from there. Thank you indeed.
Have you tried to expand $HOME? May be it is empty? Did you install ATLAS
as root but now working as an user so that $HOME is different?
You can also look to system_info.py file, in particular, the definition of
atlas_info class and put some print commands inside the calc_info method
to see at what point this method is failing. You can print out variables
like lib_dirs, lapack_libs, atlas_libs, etc.
HTH,
Pearu
More information about the SciPy-User
mailing list