Changeset 20338 for issm/trunk-jpl/jenkins/linux64_murdo
- Timestamp:
- 03/24/16 08:46:51 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/linux64_murdo
r19214 r20338 4 4 #-------------------------------# 5 5 6 #MATLAB path 7 MATLAB_PATH="/usr/local/matlab80/" 8 6 9 #ISSM CONFIGURATION 7 10 ISSM_CONFIG='--prefix=$ISSM_DIR\ 8 --with-matlab-dir=$MATLAB_ DIR\11 --with-matlab-dir=$MATLAB_PATH \ 9 12 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ 10 13 --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ … … 24 27 --enable-development \ 25 28 --enable-debugging ' 26 27 #MATLAB path28 MATLAB_PATH="/usr/local/matlab80/"29 29 30 30 #PYTHON and MATLAB testing … … 55 55 #List of external pakages to be installed and their installation scripts 56 56 EXTERNALPACKAGES="autotools install.sh 57 matlab install.sh58 57 mpich install-3.0-linux64.sh 59 58 cmake install.sh
Note:
See TracChangeset
for help on using the changeset viewer.