[cig-commits] r7583 - short/3D/PyLith/trunk/modulesrc/topology

brad at geodynamics.org brad at geodynamics.org
Sun Jul 1 14:57:04 PDT 2007


Author: brad
Date: 2007-07-01 14:57:03 -0700 (Sun, 01 Jul 2007)
New Revision: 7583

Modified:
   short/3D/PyLith/trunk/modulesrc/topology/Makefile.am
Log:
Readded setting PYTHON_EGG_PYXFLAGS since it is not set properly in configure.

Modified: short/3D/PyLith/trunk/modulesrc/topology/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/modulesrc/topology/Makefile.am	2007-07-01 08:48:09 UTC (rev 7582)
+++ short/3D/PyLith/trunk/modulesrc/topology/Makefile.am	2007-07-01 21:57:03 UTC (rev 7583)
@@ -37,6 +37,8 @@
 
 INCLUDES += $(PYTHON_EGG_CPPFLAGS) -I$(PYTHON_INCDIR) $(PETSC_INCLUDE)
 
+PYTHON_EGG_PYXFLAGS = $(PYTHON_EGG_CPPFLAGS)/mpi
+
 topology.pyx topology_embed.cpp  topology_embed.h: topology.pyxe
 	pyrexembed topology.pyxe
 topology.pyxe: $(srcdir)/topology.pyxe.src



More information about the cig-commits mailing list