Ignore:
Timestamp:
09/12/12 16:41:23 (13 years ago)
Author:
cborstad
Message:

CHG: get svn to ignore some files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/scipy/install-macosx-lion.sh

    r13264 r13344  
    1111#install scipy
    1212cd scipy
     13export  BLAS_SRC=$ISSM_DIR/externalpackages/blas/install/lib
     14export  BLAS=$ISSM_DIR/externalpackages/blas/install/lib
     15export  LAPACK_SRC=$ISSM_DIR/externalpackages/lapack/install/lib
     16export  LAPACK=$ISSM_DIR/externalpackages/lapack/install/lib
     17
     18#install scipy
    1319python setup.py build
    1420python setup.py install
Note: See TracChangeset for help on using the changeset viewer.