Scipy install

  • Thread starter Maarten van Reeuwijk
  • Start date
M

Maarten van Reeuwijk

I am trying to install scipy on an SGI Altix 3700 system, but I cannot
convince the distutils installer that BLAS and LAPACK are already there and
that I don't need ATLAS because everything's optimized already. I tried
modifying the site.cfg to tell where the libraries are located:
....
[lapack]
library_dirs = /usr/local/opt/scs_beta/lib
lapack_libs = scs

[lapack_src]
# src_dirs = ..

[blas]
library_dirs = /usr/local/opt/scs_beta/lib
blas_libs = scs
....

The installer complains that it cannot locate the sources, but I only want
scipy to use the libraries. Any ideas on how to fix this?

TIA, Maarten
 
R

Robert Kern

Maarten said:
I am trying to install scipy on an SGI Altix 3700 system, but I cannot
convince the distutils installer that BLAS and LAPACK are already there and
that I don't need ATLAS because everything's optimized already. I tried
modifying the site.cfg to tell where the libraries are located:
...
[lapack]
library_dirs = /usr/local/opt/scs_beta/lib
lapack_libs = scs

[lapack_src]
# src_dirs = ..

[blas]
library_dirs = /usr/local/opt/scs_beta/lib
blas_libs = scs
...

The installer complains that it cannot locate the sources, but I only want
scipy to use the libraries. Any ideas on how to fix this?

Ask on scipy-users and provide the full output from running
"python setup.py", please.
TIA, Maarten

--
Robert Kern
(e-mail address removed)

"In the fields of hell where the grass grows high
Are the graves of dreams allowed to die."
-- Richard Harter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,156
Latest member
KetoBurnSupplement
Top