Index: /issm/trunk-jpl/jenkins/ross-debian_linux-solid_earth
===================================================================
--- /issm/trunk-jpl/jenkins/ross-debian_linux-solid_earth	(revision 25033)
+++ /issm/trunk-jpl/jenkins/ross-debian_linux-solid_earth	(revision 25034)
@@ -77,4 +77,4 @@
 # See documentation in test/NightlyRun/runme.* for more information.
 #
-MATLAB_NROPTIONS="'benchmark','slr','exclude',[2004]"
-PYTHON_NROPTIONS="--benchmark=slr --exclude=[2004]"
+MATLAB_NROPTIONS="'benchmark','slr'"
+PYTHON_NROPTIONS="--benchmark=slr"
Index: /issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-solid_earth.sh
===================================================================
--- /issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-solid_earth.sh	(revision 25033)
+++ /issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-solid_earth.sh	(revision 25034)
@@ -6,8 +6,8 @@
 LIBGFORTRAN="/usr/lib/x86_64-linux-gnu/libgfortran.so.5.0.0" # Important that this is the library itself
 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
-MATLAB_NROPTIONS="'benchmark','slr','exclude',[2004]"
+MATLAB_NROPTIONS="'benchmark','slr'"
 MATLAB_PATH="/usr/local/MATLAB/R2019b"
 PACKAGE="ISSM-Solid_Earth" # Name of directory to copy distributable files to
-PYTHON_NROPTIONS="--benchmark slr --exclude 2004"
+PYTHON_NROPTIONS="--benchmark slr"
 TARBALL_NAME="issm-linux-solid_earth"
 TARBALL="${TARBALL_NAME}.tar.gz"
Index: /issm/trunk-jpl/src/m/coordsystems/epsg2proj.m
===================================================================
--- /issm/trunk-jpl/src/m/coordsystems/epsg2proj.m	(revision 25033)
+++ /issm/trunk-jpl/src/m/coordsystems/epsg2proj.m	(revision 25034)
@@ -11,5 +11,4 @@
 
 	[s,r]=system(['gdalsrsinfo  epsg:' num2str(epsg)  ' | grep PROJ.4 | sed "s/PROJ.4 : //"']);
-	r=r(2:end-2);
 
 	if s~=0, 
