[issm-svn] r22225 - issm/trunk/jenkins

jdquinn at issm.ess.uci.edu jdquinn at issm.ess.uci.edu
Fri Nov 3 13:39:30 PDT 2017


Author: jdquinn
Date: 2017-11-03 13:39:30 -0700 (Fri, 03 Nov 2017)
New Revision: 22225

Modified:
   issm/trunk/jenkins/macosx_pine-island_static
Log:
CHG: Adjusted configuration to allow static libraries to be built for macOS_binaries build (forgot to adjust Matlab and gfortran lib paths in build script in previous commit).

Modified: issm/trunk/jenkins/macosx_pine-island_static
===================================================================
--- issm/trunk/jenkins/macosx_pine-island_static	2017-11-03 20:26:07 UTC (rev 22224)
+++ issm/trunk/jenkins/macosx_pine-island_static	2017-11-03 20:39:30 UTC (rev 22225)
@@ -4,7 +4,7 @@
 #-------------------------------#
 
 #MATLAB path
-MATLAB_PATH="/Applications/MATLAB_R2017b.app/"
+MATLAB_PATH="/Applications/MATLAB_R2015b.app/"
 
 #ISSM CONFIGURATION 
 ISSM_CONFIG='--prefix=$ISSM_DIR \
@@ -21,7 +21,7 @@
 	--with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install \
 	--with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \
 	--with-m1qn3-dir=$ISSM_DIR/externalpackages/m1qn3/install \
-	--with-fortran-lib="/usr/local/gfortran/lib/libgfortran.a /usr/local/gfortran/lib/libquadmath.a /usr/local/gfortran/lib/gcc/x86_64-apple-darwin15/6.1.0/libgcc.a" \
+	--with-fortran-lib="/usr/local/gfortran/lib/libgfortran.a /usr/local/gfortran/lib/libquadmath.a /usr/local/gfortran/lib/gcc/x86_64-apple-darwin14/5.2.0/libgcc.a" \
 	--with-numthreads=4'
 
 #PYTHON and MATLAB testing



More information about the issm-svn mailing list