[cig-commits] r6906 - short/3D/PyLith/trunk/pylith

brad at geodynamics.org brad at geodynamics.org
Wed May 16 14:04:06 PDT 2007


Author: brad
Date: 2007-05-16 14:04:06 -0700 (Wed, 16 May 2007)
New Revision: 6906

Modified:
   short/3D/PyLith/trunk/pylith/Makefile.am
Log:
Added ENABLE_TETGEN guard around installing MeshGenSimple to prevent installation if use of TetGen is not enabled.

Modified: short/3D/PyLith/trunk/pylith/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/pylith/Makefile.am	2007-05-16 20:59:21 UTC (rev 6905)
+++ short/3D/PyLith/trunk/pylith/Makefile.am	2007-05-16 21:04:06 UTC (rev 6906)
@@ -73,7 +73,6 @@
 	topology/Distributor.py \
 	topology/Mesh.py \
 	topology/MeshGenerator.py \
-	topology/MeshGenSimple.py \
 	topology/MeshImporter.py \
 	utils/__init__.py \
 	utils/CheckpointTimer.py \
@@ -82,5 +81,9 @@
 	utils/importing.py \
 	utils/testarray.py
 
+if ENABLE_TETGEN
+  nobase_pkgpyexec_PYTHON += topology/MeshGenSimple.py
+endif
 
+
 # End of file 



More information about the cig-commits mailing list