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

brad at geodynamics.org brad at geodynamics.org
Tue Oct 24 17:36:15 PDT 2006


Author: brad
Date: 2006-10-24 17:36:14 -0700 (Tue, 24 Oct 2006)
New Revision: 5084

Modified:
   short/3D/PyLith/branches/pylith-0.8/configure.ac
Log:
Green's functions stuff is turned on with --enable-greensfns argument to configure. Still need to add test for Numeric/arrayobject.h to configure.ac.

Modified: short/3D/PyLith/branches/pylith-0.8/configure.ac
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/configure.ac	2006-10-25 00:34:48 UTC (rev 5083)
+++ short/3D/PyLith/branches/pylith-0.8/configure.ac	2006-10-25 00:36:14 UTC (rev 5084)
@@ -27,6 +27,7 @@
 	[enable_greensfns=no])
 AM_CONDITIONAL([ENABLE_GREENSFNS], [test "$enable_greensfns" = yes])
 
+
 # Checks for programs.
 AM_PATH_PYTHON([2.3])
 CIT_PYTHON_SYSCONFIG



More information about the cig-commits mailing list