- Timestamp:
- 09/12/12 16:41:23 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/scipy/install-macosx-lion.sh
r13264 r13344 11 11 #install scipy 12 12 cd scipy 13 export BLAS_SRC=$ISSM_DIR/externalpackages/blas/install/lib 14 export BLAS=$ISSM_DIR/externalpackages/blas/install/lib 15 export LAPACK_SRC=$ISSM_DIR/externalpackages/lapack/install/lib 16 export LAPACK=$ISSM_DIR/externalpackages/lapack/install/lib 17 18 #install scipy 13 19 python setup.py build 14 20 python setup.py install
Note:
See TracChangeset
for help on using the changeset viewer.