Changeset 25034


Ignore:
Timestamp:
06/12/20 11:03:07 (5 years ago)
Author:
jdquinn
Message:

CHG: Fixes for test2002.m

Location:
issm/trunk-jpl
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/ross-debian_linux-solid_earth

    r24970 r25034  
    7777# See documentation in test/NightlyRun/runme.* for more information.
    7878#
    79 MATLAB_NROPTIONS="'benchmark','slr','exclude',[2004]"
    80 PYTHON_NROPTIONS="--benchmark=slr --exclude=[2004]"
     79MATLAB_NROPTIONS="'benchmark','slr'"
     80PYTHON_NROPTIONS="--benchmark=slr"
  • issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-solid_earth.sh

    r24970 r25034  
    66LIBGFORTRAN="/usr/lib/x86_64-linux-gnu/libgfortran.so.5.0.0" # Important that this is the library itself
    77LIBGFORTRAN_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','exclude',[2004]"
     8MATLAB_NROPTIONS="'benchmark','slr'"
    99MATLAB_PATH="/usr/local/MATLAB/R2019b"
    1010PACKAGE="ISSM-Solid_Earth" # Name of directory to copy distributable files to
    11 PYTHON_NROPTIONS="--benchmark slr --exclude 2004"
     11PYTHON_NROPTIONS="--benchmark slr"
    1212TARBALL_NAME="issm-linux-solid_earth"
    1313TARBALL="${TARBALL_NAME}.tar.gz"
  • issm/trunk-jpl/src/m/coordsystems/epsg2proj.m

    r25003 r25034  
    1111
    1212        [s,r]=system(['gdalsrsinfo  epsg:' num2str(epsg)  ' | grep PROJ.4 | sed "s/PROJ.4 : //"']);
    13         r=r(2:end-2);
    1413
    1514        if s~=0,
Note: See TracChangeset for help on using the changeset viewer.