[25834] | 1 | Index: ../trunk-jpl/packagers/linux/package-issm-linux-binaries-solid_earth.sh
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/packagers/linux/package-issm-linux-binaries-solid_earth.sh (revision 25551)
|
---|
| 4 | +++ ../trunk-jpl/packagers/linux/package-issm-linux-binaries-solid_earth.sh (revision 25552)
|
---|
| 5 | @@ -10,10 +10,10 @@
|
---|
| 6 | #
|
---|
| 7 | LIBGFORTRAN="/usr/lib/x86_64-linux-gnu/libgfortran.so.5.0.0" # Important that this is the library itself
|
---|
| 8 | 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
|
---|
| 9 | -MATLAB_NROPTIONS="'benchmark','slr','exclude',[2002 2003 2010 2101 2021]"
|
---|
| 10 | +MATLAB_NROPTIONS="'benchmark','slr','exclude',[2002 2003 2010 2020 2021 2101]"
|
---|
| 11 | MATLAB_PATH="/usr/local/MATLAB/R2019b"
|
---|
| 12 | PACKAGE="ISSM-Solid_Earth" # Name of directory to copy distributable files to
|
---|
| 13 | -PYTHON_NROPTIONS="--benchmark slr --exclude 2002 2003 2010 2101 2021"
|
---|
| 14 | +PYTHON_NROPTIONS="--benchmark slr --exclude 2002 2003 2010 2020 2021 2101"
|
---|
| 15 | TARBALL_NAME="issm-linux-solid_earth"
|
---|
| 16 | TARBALL="${TARBALL_NAME}.tar.gz"
|
---|
| 17 |
|
---|
| 18 | Index: ../trunk-jpl/jenkins/ross-debian_linux-solid_earth
|
---|
| 19 | ===================================================================
|
---|
| 20 | --- ../trunk-jpl/jenkins/ross-debian_linux-solid_earth (revision 25551)
|
---|
| 21 | +++ ../trunk-jpl/jenkins/ross-debian_linux-solid_earth (revision 25552)
|
---|
| 22 | @@ -78,5 +78,5 @@
|
---|
| 23 | # NOTE:
|
---|
| 24 | # - 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).
|
---|
| 25 | #
|
---|
| 26 | -MATLAB_NROPTIONS="'benchmark','slr','exclude',[2002 2003 2010 2101 2021]"
|
---|
| 27 | -PYTHON_NROPTIONS="--benchmark slr --exclude 2002 2003 2010 2101 2021"
|
---|
| 28 | +MATLAB_NROPTIONS="'benchmark','slr','exclude',[2002 2003 2010 2021 2101]"
|
---|
| 29 | +PYTHON_NROPTIONS="--benchmark slr --exclude 2002 2003 2010 2021 2101"
|
---|
| 30 | Index: ../trunk-jpl/packagers/mac/package-issm-mac-binaries-solid_earth.sh
|
---|
| 31 | ===================================================================
|
---|
| 32 | --- ../trunk-jpl/packagers/mac/package-issm-mac-binaries-solid_earth.sh (revision 25551)
|
---|
| 33 | +++ ../trunk-jpl/packagers/mac/package-issm-mac-binaries-solid_earth.sh (revision 25552)
|
---|
| 34 | @@ -8,10 +8,10 @@
|
---|
| 35 |
|
---|
| 36 | ## Constants
|
---|
| 37 | #
|
---|
| 38 | -MATLAB_NROPTIONS="'benchmark','slr'"
|
---|
| 39 | +MATLAB_NROPTIONS="'benchmark','slr','exclude',[2020]"
|
---|
| 40 | MATLAB_PATH="/Applications/MATLAB_R2018a.app"
|
---|
| 41 | PACKAGE="ISSM-Solid_Earth" # Name of directory to copy distributable files to
|
---|
| 42 | -PYTHON_NROPTIONS="--benchmark slr"
|
---|
| 43 | +PYTHON_NROPTIONS="--benchmark slr --exclude 2020"
|
---|
| 44 | TARBALL_NAME="issm-linux-solid_earth"
|
---|
| 45 | TARBALL="${TARBALL_NAME}.tar.gz"
|
---|
| 46 |
|
---|