source:
issm/oecreview/Archive/24684-25833/ISSM-25551-25552.diff
Last change on this file was 25834, checked in by , 4 years ago | |
---|---|
File size: 2.6 KB |
-
../trunk-jpl/packagers/linux/package-issm-linux-binaries-solid_earth.sh
10 10 # 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','exclude',[2002 2003 2010 2 101 2021]"13 MATLAB_NROPTIONS="'benchmark','slr','exclude',[2002 2003 2010 2020 2021 2101]" 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 2002 2003 2010 2 101 2021"16 PYTHON_NROPTIONS="--benchmark slr --exclude 2002 2003 2010 2020 2021 2101" 17 17 TARBALL_NAME="issm-linux-solid_earth" 18 18 TARBALL="${TARBALL_NAME}.tar.gz" 19 19 -
../trunk-jpl/jenkins/ross-debian_linux-solid_earth
78 78 # NOTE: 79 79 # - Tests 2002, 2003, 2010, 2101, and 2021 are excluded as Gmsh produces different-sized meshes on macOS and Linux for 3d objects (archives are generated on macOS). 80 80 # 81 MATLAB_NROPTIONS="'benchmark','slr','exclude',[2002 2003 2010 2 101 2021]"82 PYTHON_NROPTIONS="--benchmark slr --exclude 2002 2003 2010 2 101 2021"81 MATLAB_NROPTIONS="'benchmark','slr','exclude',[2002 2003 2010 2021 2101]" 82 PYTHON_NROPTIONS="--benchmark slr --exclude 2002 2003 2010 2021 2101" -
../trunk-jpl/packagers/mac/package-issm-mac-binaries-solid_earth.sh
8 8 9 9 ## Constants 10 10 # 11 MATLAB_NROPTIONS="'benchmark','slr' "11 MATLAB_NROPTIONS="'benchmark','slr','exclude',[2020]" 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 "14 PYTHON_NROPTIONS="--benchmark slr --exclude 2020" 15 15 TARBALL_NAME="issm-linux-solid_earth" 16 16 TARBALL="${TARBALL_NAME}.tar.gz" 17 17
Note:
See TracBrowser
for help on using the repository browser.