- Timestamp:
- 09/14/12 11:16:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/scipy/install-linux64.sh
r13264 r13371 1 1 #!/bin/bash 2 2 set -eu 3 PYVERSION=2.74 PYTHON=python${PYVERSION}5 3 6 4 export CC="gcc -fPIC" … … 27 25 python setup.py install 28 26 cd .. 29 ${PYTHON}-c "import scipy; print 'Installed SciPy', scipy.__version__"30 # #${PYTHON}-c "import scipy; scipy.test()"27 python -c "import scipy; print 'Installed SciPy', scipy.__version__" 28 #python -c "import scipy; scipy.test()"
Note:
See TracChangeset
for help on using the changeset viewer.