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

leif at geodynamics.org leif at geodynamics.org
Fri Jun 23 17:31:07 PDT 2006


Author: leif
Date: 2006-06-23 17:31:07 -0700 (Fri, 23 Jun 2006)
New Revision: 3878

Modified:
   short/3D/PyLith/branches/pylith-0.8/configure.ac
Log:
Minor tweak to 'configure':  Pythia's MPI packages
are not actually required.


Modified: short/3D/PyLith/branches/pylith-0.8/configure.ac
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/configure.ac	2006-06-24 00:20:48 UTC (rev 3877)
+++ short/3D/PyLith/branches/pylith-0.8/configure.ac	2006-06-24 00:31:07 UTC (rev 3878)
@@ -43,7 +43,7 @@
 AC_PROG_LIBTOOL
 
 # Checks for Python modules and packages.
-CIT_PATH_PYTHIA([0.8], [mpi])
+CIT_PATH_PYTHIA([0.8])
 PYTHONPATH="${pyexecdir}${PYTHONPATH:+:${PYTHONPATH}}"; export PYTHONPATH
 AC_SUBST([PYTHONPATH])
 



More information about the Cig-commits mailing list