Index: sm/trunk-jpl/jenkins/macosx_pine-island_examples
===================================================================
--- /issm/trunk-jpl/jenkins/macosx_pine-island_examples	(revision 25820)
+++ 	(revision )
@@ -1,74 +1,0 @@
-#-------------------------------#
-# 1: ISSM general configuration #
-#-------------------------------#
-
-MATLAB_PATH="/Applications/MATLAB_R2015b.app"
-
-ISSM_CONFIG='\
-	--prefix=$ISSM_DIR \
-	--with-matlab-dir=$MATLAB_PATH \
-	--with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \
-	--with-mpi-libflags="-L${ISSM_DIR}/externalpackages/mpich/install/lib -lmpi -lmpicxx -lmpifort" \
-	--with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \
-	--with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install \
-	--with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install \
-	--with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \
-	--with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
-	--with-chaco-dir=$ISSM_DIR/externalpackages/chaco/install \
-	--with-m1qn3-dir=$ISSM_DIR/externalpackages/m1qn3/install \
-	--with-semic-dir=$ISSM_DIR/externalpackages/semic/install \
-	--with-numthreads=4 \
-	--enable-debugging \
-	--enable-development \
-'
-
-# Test suites
-MATLAB_TEST=0
-PYTHON_TEST=0
-JAVASCRIPT_TEST=0
-EXAMPLES_TEST=1
-
-#-----------------------------------#
-# 3: External packages installation #
-#-----------------------------------#
-
-# List of external pakages to be installed and their installation scripts
-EXTERNALPACKAGES="
-	autotools	install.sh
-	cmake		install.sh
-	petsc		install-3.12-mac.sh
-	triangle	install-mac.sh
-	chaco		install.sh
-	m1qn3		install.sh
-	semic		install.sh
-	hdf5		install-1.10.sh
-	netcdf		install-4.7.sh
-	proj		install.sh
-	gdal		install-3.0-netcdf.sh
-	gshhg		install.sh
-	gmt			install.sh
-	gmsh		install.sh
-	shell2junit	install.sh
-"
-
-#-----------------#
-# 4: test options #
-#-----------------#
-
-# Number of CPUs used in ISSM compilation
-#
-# NOTE: One is usually safer as some packages are very sensitive to parallel
-#       compilation
-#
-NUMCPUS_INSTALL=4
-
-# Number of CPUs used in the nightly runs
-NUMCPUS_RUN=2
-
-# Nightly run options
-#
-# See documentation in test/NightlyRun/runme.* for more information.
-#
-PYTHON_NROPTIONS=""
-MATLAB_NROPTIONS=""
-
