Index: /issm/trunk-jpl/externalpackages/petsc/install-3.6-macosx64.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/petsc/install-3.6-macosx64.sh	(revision 21672)
+++ /issm/trunk-jpl/externalpackages/petsc/install-3.6-macosx64.sh	(revision 21673)
@@ -13,4 +13,8 @@
 mv petsc-3.6.3/* src/
 rm -rf petsc-3.6.3
+
+#patch
+cat src/config/BuildSystem/config/packages/metis.py | sed -e "s/metis-5.1.0-p1/metis-5.1.0-p3/g" > TEMP
+mv TEMP src/config/BuildSystem/config/packages/metis.py
 
 #configure
Index: /issm/trunk-jpl/externalpackages/petsc/install-3.7-greenplanet.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/petsc/install-3.7-greenplanet.sh	(revision 21672)
+++ /issm/trunk-jpl/externalpackages/petsc/install-3.7-greenplanet.sh	(revision 21673)
@@ -5,14 +5,14 @@
 
 #Some cleanup
-rm -rf install petsc-3.7.2 src
+rm -rf install petsc-3.7.5 src
 mkdir install src
 
 #Download from ISSM server
-$ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/petsc-lite-3.7.2.tar.gz' 'petsc-3.7.2.tar.gz'
+$ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/petsc-lite-3.7.5.tar.gz' 'petsc-3.7.5.tar.gz'
 
 #Untar and move petsc to install directory
-tar -zxvf  petsc-3.7.2.tar.gz
-mv petsc-3.7.2/* src/
-rm -rf petsc-3.7.2
+tar -zxvf  petsc-3.7.5.tar.gz
+mv petsc-3.7.5/* src/
+rm -rf petsc-3.7.5
 
 #configure
Index: /issm/trunk-jpl/externalpackages/petsc/install-3.7-hpc.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/petsc/install-3.7-hpc.sh	(revision 21672)
+++ /issm/trunk-jpl/externalpackages/petsc/install-3.7-hpc.sh	(revision 21673)
@@ -5,14 +5,14 @@
 
 #Some cleanup
-rm -rf install petsc-3.7.2 src
+rm -rf install petsc-3.7.5 src
 mkdir install src
 
 #Download from ISSM server
-$ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/petsc-lite-3.7.2.tar.gz' 'petsc-3.7.2.tar.gz'
+$ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/petsc-lite-3.7.5.tar.gz' 'petsc-3.7.5.tar.gz'
 
 #Untar and move petsc to install directory
-tar -zxvf  petsc-3.7.2.tar.gz
-mv petsc-3.7.2/* src/
-rm -rf petsc-3.7.2
+tar -zxvf  petsc-3.7.5.tar.gz
+mv petsc-3.7.5/* src/
+rm -rf petsc-3.7.5
 
 #configure
Index: /issm/trunk-jpl/externalpackages/petsc/install-3.7-linux64.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/petsc/install-3.7-linux64.sh	(revision 21672)
+++ /issm/trunk-jpl/externalpackages/petsc/install-3.7-linux64.sh	(revision 21673)
@@ -3,14 +3,14 @@
 
 #Some cleanup
-rm -rf install petsc-3.7.2 src
+rm -rf install petsc-3.7.5 src
 mkdir install src
 
 #Download from ISSM server
-$ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/petsc-lite-3.7.2.tar.gz' 'petsc-3.7.2.tar.gz'
+$ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/petsc-lite-3.7.5.tar.gz' 'petsc-3.7.5.tar.gz'
 
 #Untar and move petsc to install directory
-tar -zxvf  petsc-3.7.2.tar.gz
-mv petsc-3.7.2/* src/
-rm -rf petsc-3.7.2
+tar -zxvf  petsc-3.7.5.tar.gz
+mv petsc-3.7.5/* src/
+rm -rf petsc-3.7.5
 
 #configure
Index: /issm/trunk-jpl/externalpackages/petsc/install-3.7-macosx64.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/petsc/install-3.7-macosx64.sh	(revision 21672)
+++ /issm/trunk-jpl/externalpackages/petsc/install-3.7-macosx64.sh	(revision 21673)
@@ -3,14 +3,14 @@
 
 #Some cleanup
-rm -rf install petsc-3.7.2 src
+rm -rf install petsc-3.7.5 src
 mkdir install src
 
 #Download from ISSM server
-$ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/petsc-lite-3.7.2.tar.gz' 'petsc-3.7.2.tar.gz'
+$ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/petsc-lite-3.7.5.tar.gz' 'petsc-3.7.5.tar.gz'
 
 #Untar and move petsc to install directory
-tar -zxvf  petsc-3.7.2.tar.gz
-mv petsc-3.7.2/* src/
-rm -rf petsc-3.7.2
+tar -zxvf  petsc-3.7.5.tar.gz
+mv petsc-3.7.5/* src/
+rm -rf petsc-3.7.5
 
 #configure
Index: /issm/trunk-jpl/externalpackages/petsc/install-3.7-pleiades.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/petsc/install-3.7-pleiades.sh	(revision 21672)
+++ /issm/trunk-jpl/externalpackages/petsc/install-3.7-pleiades.sh	(revision 21673)
@@ -3,14 +3,14 @@
 
 #Some cleanup
-rm -rf install petsc-3.7.2 src
+rm -rf install petsc-3.7.5 src
 mkdir install src
 
 #Download from ISSM server
-$ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/petsc-lite-3.7.2.tar.gz' 'petsc-3.7.2.tar.gz'
+$ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/petsc-lite-3.7.5.tar.gz' 'petsc-3.7.5.tar.gz'
 
 #Untar and move petsc to install directory
-tar -zxvf  petsc-3.7.2.tar.gz
-mv petsc-3.7.2/* src/
-rm -rf petsc-3.7.2
+tar -zxvf  petsc-3.7.5.tar.gz
+mv petsc-3.7.5/* src/
+rm -rf petsc-3.7.5
 
 #configure
Index: /issm/trunk-jpl/externalpackages/petsc/install-3.7-pleiades_dakota6.2.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/petsc/install-3.7-pleiades_dakota6.2.sh	(revision 21672)
+++ /issm/trunk-jpl/externalpackages/petsc/install-3.7-pleiades_dakota6.2.sh	(revision 21673)
@@ -3,14 +3,14 @@
 
 #Some cleanup
-rm -rf install petsc-3.7.2 src
+rm -rf install petsc-3.7.5 src
 mkdir install src
 
 #Download from ISSM server
-$ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/petsc-lite-3.7.2.tar.gz' 'petsc-3.7.2.tar.gz'
+$ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/petsc-lite-3.7.5.tar.gz' 'petsc-3.7.5.tar.gz'
 
 #Untar and move petsc to install directory
-tar -zxvf  petsc-3.7.2.tar.gz
-mv petsc-3.7.2/* src/
-rm -rf petsc-3.7.2
+tar -zxvf  petsc-3.7.5.tar.gz
+mv petsc-3.7.5/* src/
+rm -rf petsc-3.7.5
 
 #configure
