Changeset 25547
- Timestamp:
- 09/09/20 12:22:30 (5 years ago)
- Location:
- issm/trunk-jpl/packagers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-solid_earth.sh ¶
r25342 r25547 11 11 LIBGFORTRAN="/usr/lib/x86_64-linux-gnu/libgfortran.so.5.0.0" # Important that this is the library itself 12 12 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 13 MATLAB_NROPTIONS="'benchmark','slr' "13 MATLAB_NROPTIONS="'benchmark','slr','exclude',[2002 2003 2010 2101 2021]" 14 14 MATLAB_PATH="/usr/local/MATLAB/R2019b" 15 15 PACKAGE="ISSM-Solid_Earth" # Name of directory to copy distributable files to 16 PYTHON_NROPTIONS="--benchmark slr --exclude 200 4"16 PYTHON_NROPTIONS="--benchmark slr --exclude 2002 2003 2010 2101 2021" 17 17 TARBALL_NAME="issm-linux-solid_earth" 18 18 TARBALL="${TARBALL_NAME}.tar.gz" -
TabularUnified issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-solid_earth.sh ¶
r25342 r25547 12 12 MATLAB_PATH="/Applications/MATLAB_R2018a.app" 13 13 PACKAGE="ISSM-Solid_Earth" # Name of directory to copy distributable files to 14 PYTHON_NROPTIONS="--benchmark slr --exclude 2004"14 PYTHON_NROPTIONS="--benchmark slr" 15 15 TARBALL_NAME="issm-linux-solid_earth" 16 16 TARBALL="${TARBALL_NAME}.tar.gz"
Note:
See TracChangeset
for help on using the changeset viewer.