[cig-commits] r18558 - short/3D/PyLith/pylith_installer/trunk

brad at geodynamics.org brad at geodynamics.org
Wed Jun 8 16:09:02 PDT 2011


Author: brad
Date: 2011-06-08 16:09:01 -0700 (Wed, 08 Jun 2011)
New Revision: 18558

Modified:
   short/3D/PyLith/pylith_installer/trunk/Makefile.am
Log:
Added HDF5 switch for pylith.

Modified: short/3D/PyLith/pylith_installer/trunk/Makefile.am
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/Makefile.am	2011-06-08 22:41:42 UTC (rev 18557)
+++ short/3D/PyLith/pylith_installer/trunk/Makefile.am	2011-06-08 23:09:01 UTC (rev 18558)
@@ -648,6 +648,9 @@
 if WITH_NETCDF
 pylith_options += --enable-cubit
 endif
+if WITH_HDF5
+pylith_options += --enable-hdf5
+endif
 if WITH_TESTING
 pylith_options += --enable-testing
 endif



More information about the CIG-COMMITS mailing list