[cig-commits] r22345 - in short/3D/PyLith/trunk: . templates/friction templates/materials

brad at geodynamics.org brad at geodynamics.org
Mon Jun 17 14:24:26 PDT 2013


Author: brad
Date: 2013-06-17 14:24:26 -0700 (Mon, 17 Jun 2013)
New Revision: 22345

Modified:
   short/3D/PyLith/trunk/configure.ac
   short/3D/PyLith/trunk/templates/friction/configure.ac
   short/3D/PyLith/trunk/templates/materials/configure.ac
Log:
Updated PETSc version requirement.

Modified: short/3D/PyLith/trunk/configure.ac
===================================================================
--- short/3D/PyLith/trunk/configure.ac	2013-06-17 21:24:08 UTC (rev 22344)
+++ short/3D/PyLith/trunk/configure.ac	2013-06-17 21:24:26 UTC (rev 22345)
@@ -151,7 +151,7 @@
 #CIT_CHECK_LIB_MPI
 
 # PETSC
-CIT_PATH_PETSC([3.4.0])
+CIT_PATH_PETSC([3.4.1])
 CIT_HEADER_PETSC
 CIT_CHECK_LIB_PETSC
 

Modified: short/3D/PyLith/trunk/templates/friction/configure.ac
===================================================================
--- short/3D/PyLith/trunk/templates/friction/configure.ac	2013-06-17 21:24:08 UTC (rev 22344)
+++ short/3D/PyLith/trunk/templates/friction/configure.ac	2013-06-17 21:24:26 UTC (rev 22345)
@@ -50,7 +50,7 @@
 
 # PETSC (dictates precision)
 AC_LANG(C++)
-CIT_PATH_PETSC([3.4.0])
+CIT_PATH_PETSC([3.4.1])
 CIT_HEADER_PETSC
 
 # PYLITH

Modified: short/3D/PyLith/trunk/templates/materials/configure.ac
===================================================================
--- short/3D/PyLith/trunk/templates/materials/configure.ac	2013-06-17 21:24:08 UTC (rev 22344)
+++ short/3D/PyLith/trunk/templates/materials/configure.ac	2013-06-17 21:24:26 UTC (rev 22345)
@@ -50,7 +50,7 @@
 
 # PETSC (dictates precision)
 AC_LANG(C++)
-CIT_PATH_PETSC([3.4.0])
+CIT_PATH_PETSC([3.4.1])
 CIT_HEADER_PETSC
 
 # PYLITH



More information about the CIG-COMMITS mailing list