Changeset 20338
- Timestamp:
- 03/24/16 08:46:51 (9 years ago)
- Location:
- issm/trunk-jpl/jenkins
- Files:
-
- 22 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/imac-012301-gil
r19120 r20338 4 4 #-------------------------------# 5 5 6 #MATLAB path 7 MATLAB_PATH="/Applications/MATLAB_R2011b.app/" 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 \ … … 18 21 --enable-debugging \ 19 22 --enable-development' 20 21 #MATLAB path22 MATLAB_PATH="/Applications/MATLAB_R2011b.app/"23 23 24 24 #PYTHON and MATLAB testing … … 46 46 #List of external pakages to be installed and their installation scripts 47 47 EXTERNALPACKAGES="autotools install.sh 48 matlab install.sh49 48 mpich install-3.0-macosx64.sh 50 49 cmake install.sh -
issm/trunk-jpl/jenkins/jenkins.sh
r20058 r20338 28 28 OS="win"; 29 29 fi 30 #}}}31 32 #Installation ISSM33 #create matlab's installation sript {{{34 cat << END > $ISSM_DIR/externalpackages/matlab/install.sh35 #!/bin/bash36 rm -rf install37 ln -s $MATLAB_PATH install38 END39 30 #}}} 40 31 … … 227 218 cd $ISSM_DIR/test/NightlyRun 228 219 if [ "$OS" = "win" ]; then 229 $ ISSM_DIR_WIN/externalpackages/matlab/install/bin/matlab -nojvm -nosplash -r "addpath $ISSM_DIR_WIN/src/m/dev; devpath; addpath $ISSM_DIR_WIN/nightlylog/; matlab_run$i" -logfile $ISSM_DIR_WIN/nightlylog/matlab_log$i.log &220 $MATLAB_PATH/bin/matlab -nojvm -nosplash -r "addpath $ISSM_DIR_WIN/src/m/dev; devpath; addpath $ISSM_DIR_WIN/nightlylog/; matlab_run$i" -logfile $ISSM_DIR_WIN/nightlylog/matlab_log$i.log & 230 221 else 231 $ ISSM_DIR/externalpackages/matlab/install/bin/matlab -nojvm -nosplash -r "addpath $ISSM_DIR/src/m/dev; devpath; addpath $ISSM_DIR/nightlylog/; matlab_run$i" -logfile $ISSM_DIR/nightlylog/matlab_log$i.log &222 $MATLAB_PATH/bin/matlab -nojvm -nosplash -r "addpath $ISSM_DIR/src/m/dev; devpath; addpath $ISSM_DIR/nightlylog/; matlab_run$i" -logfile $ISSM_DIR/nightlylog/matlab_log$i.log & 232 223 fi 233 224 done -
issm/trunk-jpl/jenkins/linux64_caladan
r19660 r20338 4 4 #-------------------------------# 5 5 6 #MATLAB path 7 MATLAB_PATH="/usr/local/MATLAB/R2015a" 8 6 9 #ISSM CONFIGURATION 7 10 ISSM_CONFIG='--prefix=$ISSM_DIR\ 8 11 --disable-static \ 9 --with-matlab-dir=$MATLAB_ DIR\12 --with-matlab-dir=$MATLAB_PATH \ 10 13 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ 11 14 --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ … … 25 28 --enable-development \ 26 29 --enable-debugging ' 27 28 #MATLAB path29 MATLAB_PATH="/usr/local/MATLAB/R2015a"30 30 31 31 #PYTHON and MATLAB testing … … 56 56 #List of external pakages to be installed and their installation scripts 57 57 EXTERNALPACKAGES="autotools install.sh 58 matlab install.sh59 58 mpich install-3.0-linux64.sh 60 59 petsc install-3.5-linux64.sh -
issm/trunk-jpl/jenkins/linux64_caladan_ad
r19516 r20338 3 3 # 1: ISSM general configuration # 4 4 #-------------------------------# 5 6 #MATLAB path 7 MATLAB_PATH="/usr/local/MATLAB/R2015a" 5 8 6 9 #ISSM CONFIGURATION … … 13 16 --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install \ 14 17 --with-adolc-dir=$ISSM_DIR/externalpackages/adolc/install \ 15 --with-matlab-dir=$MATLAB_DIR \ 16 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install ' 17 #MATLAB path 18 MATLAB_PATH="/usr/local/MATLAB/R2015a" 18 --with-matlab-dir=$MATLAB_PATH 19 19 20 20 #PYTHON and MATLAB testing … … 44 44 #List of external pakages to be installed and their installation scripts 45 45 EXTERNALPACKAGES="autotools install.sh 46 matlab install.sh47 46 mpich install-3.0-linux64.sh 48 47 petsc install-3.5-linux64.sh -
issm/trunk-jpl/jenkins/linux64_caladan_ampi
r19516 r20338 1 1 2 #-------------------------------# 2 3 # 1: ISSM general configuration # 3 4 #-------------------------------# 5 6 #MATLAB path 7 MATLAB_PATH="/usr/local/MATLAB/R2015a" 4 8 5 9 #ISSM CONFIGURATION … … 12 16 --with-adolc-dir=$ISSM_DIR/externalpackages/adolc/install \ 13 17 --with-ampi-dir=$ISSM_DIR/externalpackages/adjoinablempi/install \ 14 --with-matlab-dir=$MATLAB_ DIR\18 --with-matlab-dir=$MATLAB_PATH \ 15 19 --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \ 16 20 --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ … … 23 27 --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.9/ -lgfortran" \ 24 28 --enable-development ' 25 26 #MATLAB path27 MATLAB_PATH="/usr/local/MATLAB/R2015a"28 29 29 30 #PYTHON and MATLAB testing … … 53 54 #List of external pakages to be installed and their installation scripts 54 55 EXTERNALPACKAGES="autotools install.sh 55 matlab install.sh56 56 mpich install-3.0-linux64.sh 57 57 petsc install-3.5-linux64.sh -
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 -
issm/trunk-jpl/jenkins/linux64_murdo_ad
r19494 r20338 3 3 # 1: ISSM general configuration # 4 4 #-------------------------------# 5 6 #MATLAB path 7 MATLAB_PATH="/usr/local/matlab80/" 5 8 6 9 #ISSM CONFIGURATION … … 12 15 --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install \ 13 16 --with-adolc-dir=$ISSM_DIR/externalpackages/adolc/install \ 14 --with-matlab-dir=$MATLAB_DIR \ 15 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install ' 16 #MATLAB path 17 MATLAB_PATH="/usr/local/matlab80/" 17 --with-matlab-dir=$MATLAB_PATH 18 18 19 19 #PYTHON and MATLAB testing … … 44 44 EXTERNALPACKAGES="autotools install.sh 45 45 cmake install.sh 46 matlab install.sh47 46 mpich install-3.0-linux64.sh 48 47 petsc install-3.5-linux64.sh -
issm/trunk-jpl/jenkins/linux64_murdo_ampi
r19494 r20338 3 3 # 1: ISSM general configuration # 4 4 #-------------------------------# 5 6 #MATLAB path 7 MATLAB_PATH="/usr/local/matlab80/" 5 8 6 9 #ISSM CONFIGURATION … … 12 15 --with-adolc-dir=$ISSM_DIR/externalpackages/adolc/install \ 13 16 --with-ampi-dir=$ISSM_DIR/externalpackages/adjoinablempi/install \ 14 --with-matlab-dir=$MATLAB_ DIR\17 --with-matlab-dir=$MATLAB_PATH \ 15 18 --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \ 16 19 --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ … … 23 26 --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.6/ -lgfortran" \ 24 27 --enable-development \ 25 --enable-debugging CXXFLAGS="-g -O0" '26 #MATLAB path27 MATLAB_PATH="/usr/local/matlab80/"28 28 29 29 #PYTHON and MATLAB testing … … 54 54 EXTERNALPACKAGES="autotools install.sh 55 55 cmake install.sh 56 matlab install.sh57 56 mpich install-3.0-linux64.sh 58 57 petsc install-3.5-linux64.sh -
issm/trunk-jpl/jenkins/linux64_murdo_gia
r19330 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 \ … … 20 23 --enable-development \ 21 24 --enable-debugging ' 22 23 #MATLAB path24 MATLAB_PATH="/usr/local/matlab80/"25 25 26 26 #PYTHON and MATLAB testing … … 50 50 #List of external pakages to be installed and their installation scripts 51 51 EXTERNALPACKAGES="autotools install.sh 52 matlab install.sh53 52 mpich install-3.0-linux64.sh 54 53 cmake install.sh -
issm/trunk-jpl/jenkins/linux64_murdo_iceocean
r19330 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 \ … … 18 21 --enable-development \ 19 22 --enable-debugging ' 20 21 #MATLAB path22 MATLAB_PATH="/usr/local/matlab80/"23 23 24 24 #PYTHON and MATLAB testing … … 48 48 #List of external pakages to be installed and their installation scripts 49 49 EXTERNALPACKAGES="autotools install.sh 50 matlab install.sh51 50 mpich install-3.0-linux64.sh 52 51 cmake install.sh -
issm/trunk-jpl/jenkins/linux64_murdo_python
r19346 r20338 25 25 26 26 #MATLAB path 27 MATLAB_PATH='' 27 28 28 29 #PYTHON and MATLAB testing -
issm/trunk-jpl/jenkins/linux64_ross
r20052 r20338 4 4 #-------------------------------# 5 5 6 #MATLAB path 7 MATLAB_PATH="/usr/local/MATLAB/R2015a" 8 6 9 #ISSM CONFIGURATION 7 10 ISSM_CONFIG='--prefix=$ISSM_DIR\ 8 11 --disable-static \ 9 --with-matlab-dir=$MATLAB_ DIR\12 --with-matlab-dir=$MATLAB_PATH \ 10 13 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ 11 14 --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ … … 25 28 --enable-development \ 26 29 --enable-debugging ' 27 28 #MATLAB path29 MATLAB_PATH="/usr/local/MATLAB/R2015a"30 30 31 31 #PYTHON and MATLAB testing … … 56 56 #List of external pakages to be installed and their installation scripts 57 57 EXTERNALPACKAGES="autotools install.sh 58 matlab install.sh59 58 mpich install-3.0-linux64.sh 60 59 petsc install-3.5-linux64.sh -
issm/trunk-jpl/jenkins/linux64_ross_ad
r20314 r20338 3 3 # 1: ISSM general configuration # 4 4 #-------------------------------# 5 6 #MATLAB path 7 MATLAB_PATH="/usr/local/MATLAB/R2015a" 5 8 6 9 #ISSM CONFIGURATION … … 13 16 --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install \ 14 17 --with-adolc-dir=$ISSM_DIR/externalpackages/adolc/install \ 15 --with-matlab-dir=$MATLAB_ DIR\18 --with-matlab-dir=$MATLAB_PATH \ 16 19 --with-python-dir=/usr\ 17 20 --with-python-numpy-dir=/usr/lib/python2.7/dist-packages/numpy\ 18 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install '19 #MATLAB path20 MATLAB_PATH="/usr/local/MATLAB/R2015a"21 21 22 22 #PYTHON and MATLAB testing … … 46 46 #List of external pakages to be installed and their installation scripts 47 47 EXTERNALPACKAGES="autotools install.sh 48 matlab install.sh49 48 mpich install-3.0-linux64.sh 50 49 petsc install-3.5-linux64.sh -
issm/trunk-jpl/jenkins/linux64_ross_ampi
r20052 r20338 1 # 1 2 #-------------------------------# 2 3 # 1: ISSM general configuration # 3 4 #-------------------------------# 5 6 #MATLAB path 7 MATLAB_PATH="/usr/local/MATLAB/R2015a" 4 8 5 9 #ISSM CONFIGURATION … … 12 16 --with-adolc-dir=$ISSM_DIR/externalpackages/adolc/install \ 13 17 --with-ampi-dir=$ISSM_DIR/externalpackages/adjoinablempi/install \ 14 --with-matlab-dir=$MATLAB_ DIR\18 --with-matlab-dir=$MATLAB_PATH \ 15 19 --with-python-dir=/usr\ 16 20 --with-python-numpy-dir=/usr/lib/python2.7/dist-packages/numpy\ … … 25 29 --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.9/ -lgfortran" \ 26 30 --enable-development ' 27 28 #MATLAB path29 MATLAB_PATH="/usr/local/MATLAB/R2015a"30 31 31 32 #PYTHON and MATLAB testing … … 55 56 #List of external pakages to be installed and their installation scripts 56 57 EXTERNALPACKAGES="autotools install.sh 57 matlab install.sh58 58 mpich install-3.0-linux64.sh 59 59 petsc install-3.5-linux64.sh -
issm/trunk-jpl/jenkins/linux64_ross_gia
r20238 r20338 4 4 #-------------------------------# 5 5 6 #MATLAB path 7 MATLAB_PATH="/usr/local/MATLAB/R2015a" 8 6 9 #ISSM CONFIGURATION 7 10 ISSM_CONFIG='--prefix=$ISSM_DIR\ 8 11 --disable-static \ 9 --with-matlab-dir=$MATLAB_ DIR\12 --with-matlab-dir=$MATLAB_PATH \ 10 13 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ 11 14 --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ … … 21 24 --enable-development \ 22 25 --enable-debugging ' 23 24 #MATLAB path25 MATLAB_PATH="/usr/local/MATLAB/R2015a"26 26 27 27 #PYTHON and MATLAB testing … … 51 51 #List of external pakages to be installed and their installation scripts 52 52 EXTERNALPACKAGES="autotools install.sh 53 matlab install.sh54 53 mpich install-3.0-linux64.sh 55 54 petsc install-3.5-linux64.sh -
issm/trunk-jpl/jenkins/linux64_ross_iceocean
r20239 r20338 4 4 #-------------------------------# 5 5 6 #MATLAB path 7 MATLAB_PATH="/usr/local/MATLAB/R2015a" 8 6 9 #ISSM CONFIGURATION 7 10 ISSM_CONFIG='--prefix=$ISSM_DIR\ 8 11 --disable-static \ 9 --with-matlab-dir=$MATLAB_ DIR\12 --with-matlab-dir=$MATLAB_PATH \ 10 13 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ 11 14 --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ … … 19 22 --enable-development \ 20 23 --enable-debugging ' 21 22 #MATLAB path23 MATLAB_PATH="/usr/local/MATLAB/R2015a"24 24 25 25 #PYTHON and MATLAB testing … … 49 49 #List of external pakages to be installed and their installation scripts 50 50 EXTERNALPACKAGES="autotools install.sh 51 matlab install.sh52 51 mpich install-3.0-linux64.sh 53 52 cmake install.sh -
issm/trunk-jpl/jenkins/linux64_ross_se
r20287 r20338 4 4 #-------------------------------# 5 5 6 #MATLAB path 7 MATLAB_PATH="/usr/local/MATLAB/R2015a" 8 6 9 #ISSM CONFIGURATION 7 10 ISSM_CONFIG='--prefix=$ISSM_DIR\ 8 11 --disable-static \ 9 --with-matlab-dir=$MATLAB_ DIR\12 --with-matlab-dir=$MATLAB_PATH \ 10 13 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ 11 14 --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ … … 20 23 --enable-development \ 21 24 --enable-debugging ' 22 23 #MATLAB path24 MATLAB_PATH="/usr/local/MATLAB/R2015a"25 25 26 26 #PYTHON and MATLAB testing … … 51 51 #List of external pakages to be installed and their installation scripts 52 52 EXTERNALPACKAGES="autotools install.sh 53 matlab install.sh54 53 mpich install-3.0-linux64.sh 55 54 petsc install-3.5-linux64.sh -
issm/trunk-jpl/jenkins/linux64_ross_test
r19932 r20338 1 # 1 2 #-------------------------------# 2 3 # 1: ISSM general configuration # 3 4 #-------------------------------# 4 5 6 #MATLAB path 7 MATLAB_PATH="/usr/local/MATLAB/R2015a" 8 5 9 #ISSM CONFIGURATION 6 10 ISSM_CONFIG='--prefix=$ISSM_DIR\ 7 11 --disable-static \ 8 --with-matlab-dir=$MATLAB_ DIR\12 --with-matlab-dir=$MATLAB_PATH \ 9 13 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ 10 14 --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ … … 24 28 --enable-development \ 25 29 --enable-debugging ' 26 27 #MATLAB path28 MATLAB_PATH="/usr/local/MATLAB/R2015a"29 30 30 31 #PYTHON and MATLAB testing … … 55 56 #List of external pakages to be installed and their installation scripts 56 57 EXTERNALPACKAGES="autotools install.sh 57 matlab install.sh58 58 mpich install-3.0-linux64.sh 59 59 petsc install-3.5-linux64.sh -
issm/trunk-jpl/jenkins/macosx_pine-island
r20243 r20338 4 4 #-------------------------------# 5 5 6 #MATLAB path 7 MATLAB_PATH="/Applications/MATLAB_R2015b.app/" 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 \ … … 18 21 --enable-debugging \ 19 22 --enable-development' 20 21 #MATLAB path22 MATLAB_PATH="/Applications/MATLAB_R2015b.app/"23 23 24 24 #PYTHON and MATLAB testing … … 49 49 EXTERNALPACKAGES="autotools install.sh 50 50 cmake install.sh 51 matlab install.sh52 51 mpich install-3.0-macosx64.sh 53 52 m1qn3 install.sh -
issm/trunk-jpl/jenkins/macosx_pine-island_dakota
r20294 r20338 4 4 #-------------------------------# 5 5 6 #MATLAB path 7 MATLAB_PATH="/Applications/MATLAB_R2015a.app/" 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 \ … … 21 24 --enable-debugging \ 22 25 --enable-development' 23 24 #MATLAB path25 MATLAB_PATH="/Applications/MATLAB_R2015a.app/"26 26 27 27 #PYTHON and MATLAB testing … … 52 52 EXTERNALPACKAGES="autotools install.sh 53 53 cmake install.sh 54 matlab install.sh55 54 mpich install-3.0-macosx64.sh 56 55 chaco install-macosx64.sh -
issm/trunk-jpl/jenkins/windows
r20337 r20338 3 3 # 1: ISSM general configuration # 4 4 #-------------------------------# 5 6 #MATLAB path 7 MATLAB_PATH="/cygdrive/c/Programs/MATLAB/R2015a/" 5 8 6 9 #ISSM CONFIGURATION … … 12 15 --without-Gia \ 13 16 --without-kriging \ 14 --with-matlab-dir= "$ISSM_DIR/externalpackages/matlab/install"\17 --with-matlab-dir=$MATLAB_PATH \ 15 18 --with-triangle-dir="$ISSM_DIR/externalpackages/triangle/install" \ 16 19 --with-petsc-dir="$ISSM_DIR/externalpackages/petsc/install" \ … … 22 25 --enable-development \ 23 26 --enable-debugging ' 24 25 #MATLAB path26 MATLAB_PATH="/cygdrive/c/Programs/MATLAB/R2015a/"27 27 28 28 #PYTHON and MATLAB testing … … 53 53 metis install-4.0-win7.sh 54 54 triangle install-win7.sh 55 matlab install.sh56 55 shell2junit install.sh" 57 56 -
issm/trunk-jpl/jenkins/windows-par
r19623 r20338 3 3 # 1: ISSM general configuration # 4 4 #-------------------------------# 5 6 #MATLAB path 7 MATLAB_PATH="/cygdrive/c/Programs/MATLAB/R2015a/" 5 8 6 9 #ISSM CONFIGURATION … … 12 15 --without-Gia \ 13 16 --without-kriging \ 14 --with-matlab-dir= "$ISSM_DIR/externalpackages/matlab/install"\17 --with-matlab-dir=$MATLAB_PATH \ 15 18 --with-triangle-dir="$ISSM_DIR/externalpackages/triangle/install" \ 16 19 --with-petsc-dir="$ISSM_DIR/externalpackages/petsc/install" \ … … 21 24 --enable-development \ 22 25 --enable-debugging ' 23 24 #MATLAB path25 MATLAB_PATH="/cygdrive/c/Programs/MATLAB/R2015a/"26 26 27 27 #PYTHON and MATLAB testing … … 48 48 49 49 #List of external pakages to be installed and their installation scripts 50 EXTERNALPACKAGES=" 50 EXTERNALPACKAGES="autotools install-win.sh 51 51 petsc install-dev-win10-par.sh 52 52 metis install-4.0-win7.sh 53 53 triangle install-win7.sh 54 matlab install.sh55 54 shell2junit install.sh" 56 55
Note:
See TracChangeset
for help on using the changeset viewer.