Changeset 24970
- Timestamp:
- 06/05/20 09:29:51 (5 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/ross-debian_linux-solid_earth
r24945 r24970 77 77 # See documentation in test/NightlyRun/runme.* for more information. 78 78 # 79 MATLAB_NROPTIONS="'benchmark','slr' "80 PYTHON_NROPTIONS="--benchmark=slr "79 MATLAB_NROPTIONS="'benchmark','slr','exclude',[2004]" 80 PYTHON_NROPTIONS="--benchmark=slr --exclude=[2004]" -
issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-solid_earth.sh
r24942 r24970 6 6 LIBGFORTRAN="/usr/lib/x86_64-linux-gnu/libgfortran.so.5.0.0" # Important that this is the library itself 7 7 LIBGFORTRAN_DIST="${ISSM_DIR}/lib/libgfortran.so.5" # Important the file name matches the SONAME entry in the binaries and other shared libraries which link to it 8 MATLAB_NROPTIONS="'benchmark','slr' "8 MATLAB_NROPTIONS="'benchmark','slr','exclude',[2004]" 9 9 MATLAB_PATH="/usr/local/MATLAB/R2019b" 10 10 PACKAGE="ISSM-Solid_Earth" # Name of directory to copy distributable files to 11 PYTHON_NROPTIONS="--benchmark slr "11 PYTHON_NROPTIONS="--benchmark slr --exclude 2004" 12 12 TARBALL_NAME="issm-linux-solid_earth" 13 13 TARBALL="${TARBALL_NAME}.tar.gz"
Note:
See TracChangeset
for help on using the changeset viewer.