[cig-commits] r17285 - in short/3D/PyLith/branches/v1.5-stable: . playpen/quadratic/twotet10

brad at geodynamics.org brad at geodynamics.org
Fri Oct 15 16:08:38 PDT 2010


Author: brad
Date: 2010-10-15 16:08:38 -0700 (Fri, 15 Oct 2010)
New Revision: 17285

Removed:
   short/3D/PyLith/branches/v1.5-stable/playpen/quadratic/twotet10/dislocation.jpg
Modified:
   short/3D/PyLith/branches/v1.5-stable/configure.ac
Log:
Updated tetgen test for changes to PETSc variables.

Modified: short/3D/PyLith/branches/v1.5-stable/configure.ac
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/configure.ac	2010-10-15 23:05:04 UTC (rev 17284)
+++ short/3D/PyLith/branches/v1.5-stable/configure.ac	2010-10-15 23:08:38 UTC (rev 17285)
@@ -170,7 +170,7 @@
 if test "$enable_tetgen" = "yes" ; then
   AC_REQUIRE_CPP
   AC_LANG(C++)
-  CPPFLAGS="$PETSC_INCLUDE $PETSC_CXX_INCLUDE $CPPFLAGS"
+  CPPFLAGS="$PETSC_CC_INCLUDES $PETSC_CXX_INCLUDE $CPPFLAGS"
   AC_CHECK_HEADER([tetgen.h], [], [
     AC_MSG_ERROR([tetgen header not found; check PETSc installation.])
   ])

Deleted: short/3D/PyLith/branches/v1.5-stable/playpen/quadratic/twotet10/dislocation.jpg
===================================================================
(Binary files differ)



More information about the CIG-COMMITS mailing list