[cig-commits] r7150 - short/3D/PyLith/trunk

leif at geodynamics.org leif at geodynamics.org
Mon Jun 11 20:04:40 PDT 2007


Author: leif
Date: 2007-06-11 20:04:40 -0700 (Mon, 11 Jun 2007)
New Revision: 7150

Modified:
   short/3D/PyLith/trunk/configure.ac
Log:
Use new CIT_PATH_PETSC macro, which requires full PETSc version
(v2.3.x).


Modified: short/3D/PyLith/trunk/configure.ac
===================================================================
--- short/3D/PyLith/trunk/configure.ac	2007-06-12 03:01:33 UTC (rev 7149)
+++ short/3D/PyLith/trunk/configure.ac	2007-06-12 03:04:40 UTC (rev 7150)
@@ -82,7 +82,7 @@
 #CIT_CHECK_LIB_MPI
 
 # PETSC
-CIT_PATH_PETSC([2.3])
+CIT_PATH_PETSC([2.3.3])
 CIT_HEADER_PETSC
 CIT_CHECK_LIB_PETSC
 CIT_CHECK_LIB_PETSC_SIEVE



More information about the cig-commits mailing list