SciPy: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) Added page |
Weibullguy (talk | contribs) No edit summary |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 14: | Line 14: | ||
* [[Python]] | * [[Python]] | ||
* [[NumPy]] | * [[NumPy]] | ||
* [[ | * [[ATLAS]] or [[ACML]] | ||
* [[LAPACK]] or [[ACML]] | * [[LAPACK]] or [[ACML]] | ||
| Line 23: | Line 23: | ||
== Non-Multilib or Multilib == | == Non-Multilib or Multilib == | ||
{{Note|These instructions assume you are using [[ACML]] for the | {{Note|These instructions assume you are using [[ACML]] for the ATLAS and LAPACK functions. If you use [[ATLAS]] or [[LAPACK]], adjust the export commands accordingly.}} | ||
Install the package: | Install the package: | ||
export BLAS=/opt/acml{{ACML-Version}}/gfortran_64/lib/libacml.a | export BLAS=/opt/acml{{ACML-Version}}/gfortran_64/lib/libacml.a | ||
export LAPACK=/opt/acml{{ACML Version}}/gfortran_64/lib/libacml.a | export LAPACK=/opt/acml{{ACML-Version}}/gfortran_64/lib/libacml.a | ||
python setup.py install --prefix=/usr | python setup.py install --prefix=/usr | ||
| Line 48: | Line 48: | ||
|None | |None | ||
|} | |} | ||
[[Category:Python Modules]] | |||
Latest revision as of 09:33, 19 October 2010
| Download Source: | http://downloads.sourceforge.net/scipy/scipy-0.6.0.tar.gz |
|---|
Introduction to SciPy
SciPy provides support for Python for scientific, engineering, and mathematics.
Project Homepage: http://www.scipy.org
Dependencies
Required
Optional
Non-Multilib or Multilib
Install the package:
export BLAS=/opt/acml3.6.1/gfortran_64/lib/libacml.a export LAPACK=/opt/acml3.6.1/gfortran_64/lib/libacml.a python setup.py install --prefix=/usr unset BLAS unset LAPACK
Contents
| Installed Directories: | /usr/lib/python2.5/site-packages/scipy |
|---|---|
| Installed Programs: | None |
| Installed Libraries: | None |