Changeset 20444
- Timestamp:
- 04/07/16 09:05:40 (9 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/macosx_pine-island_static
r20402 r20444 11 11 --enable-standalone-executables \ 12 12 --enable-standalone-libraries \ 13 --enable-standalone-modules \14 13 --with-matlab-dir=$MATLAB_PATH \ 15 14 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ … … 21 20 --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \ 22 21 --with-m1qn3-dir=$ISSM_DIR/externalpackages/m1qn3/install \ 23 --with-fortran-lib=" -L/usr/local/gfortran/lib -lgfortran" \22 --with-fortran-lib="/usr/local/gfortran/lib/libgfortran.a" \ 24 23 --with-numthreads=4 \ 25 --enable-debugging \ 26 --enable-development' 24 --enable-debugging' 27 25 28 26 #PYTHON and MATLAB testing … … 37 35 EXTERNALPACKAGES="autotools install.sh 38 36 cmake install.sh 39 mpich install-3.0-macosx64 .sh37 mpich install-3.0-macosx64-static.sh 40 38 m1qn3 install.sh 41 petsc install-3.6-macosx64 .sh39 petsc install-3.6-macosx64-static.sh 42 40 triangle install-macosx64.sh 43 41 shell2junit install.sh"
Note:
See TracChangeset
for help on using the changeset viewer.