[cig-commits] r7193 - short/3D/PyLith/branches/pylith-0.8

willic3 at geodynamics.org willic3 at geodynamics.org
Wed Jun 13 06:48:17 PDT 2007


Author: willic3
Date: 2007-06-13 06:48:17 -0700 (Wed, 13 Jun 2007)
New Revision: 7193

Modified:
   short/3D/PyLith/branches/pylith-0.8/configure.ac
Log:
Added extra digit to PETSc version number to get configure working.



Modified: short/3D/PyLith/branches/pylith-0.8/configure.ac
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/configure.ac	2007-06-13 13:36:43 UTC (rev 7192)
+++ short/3D/PyLith/branches/pylith-0.8/configure.ac	2007-06-13 13:48:17 UTC (rev 7193)
@@ -36,7 +36,7 @@
 CIT_PYTHON_EGG_SETUP
 
 # Check for PETSc.
-CIT_PATH_PETSC([2.3])
+CIT_PATH_PETSC([2.3.3])
 if test -z "$CXX"; then
     AC_PATH_PROG(CXX, $PETSC_CXX, $PETSC_CXX)
     test -z "$CXX" && AC_MSG_FAILURE([C++ compiler $PETSC_CXX (used to configure PETSc) not found in \$PATH])



More information about the cig-commits mailing list