Changeset 25034
- Timestamp:
- 06/12/20 11:03:07 (5 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/ross-debian_linux-solid_earth
r24970 r25034 77 77 # See documentation in test/NightlyRun/runme.* for more information. 78 78 # 79 MATLAB_NROPTIONS="'benchmark','slr' ,'exclude',[2004]"80 PYTHON_NROPTIONS="--benchmark=slr --exclude=[2004]"79 MATLAB_NROPTIONS="'benchmark','slr'" 80 PYTHON_NROPTIONS="--benchmark=slr" -
issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-solid_earth.sh
r24970 r25034 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' ,'exclude',[2004]"8 MATLAB_NROPTIONS="'benchmark','slr'" 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 --exclude 2004"11 PYTHON_NROPTIONS="--benchmark slr" 12 12 TARBALL_NAME="issm-linux-solid_earth" 13 13 TARBALL="${TARBALL_NAME}.tar.gz" -
issm/trunk-jpl/src/m/coordsystems/epsg2proj.m
r25003 r25034 11 11 12 12 [s,r]=system(['gdalsrsinfo epsg:' num2str(epsg) ' | grep PROJ.4 | sed "s/PROJ.4 : //"']); 13 r=r(2:end-2);14 13 15 14 if s~=0,
Note:
See TracChangeset
for help on using the changeset viewer.