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

brad at geodynamics.org brad at geodynamics.org
Mon May 14 14:14:36 PDT 2012


Author: brad
Date: 2012-05-14 14:14:36 -0700 (Mon, 14 May 2012)
New Revision: 20112

Modified:
   short/3D/PyLith/pylith_installer/trunk/Makefile.am
Log:
Back to HDF5-1.8.8.

Modified: short/3D/PyLith/pylith_installer/trunk/Makefile.am
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/Makefile.am	2012-05-14 20:50:42 UTC (rev 20111)
+++ short/3D/PyLith/pylith_installer/trunk/Makefile.am	2012-05-14 21:14:36 UTC (rev 20112)
@@ -41,7 +41,7 @@
 PROJ4_VER=4.8.0
 
 NETCDF_VER=4.1.1
-HDF5_VER=1.8.6
+HDF5_VER=1.8.8
 
 SCIENTIFICPYTHON_VER=2.9.1
 FIAT_VER=0.9.9
@@ -462,7 +462,7 @@
 	$(MKDIR_P) hdf5-build
 	cd hdf5-build && \
 		../hdf5-$(HDF5_VER)/configure \
-			--enable-parallel --enable-shared \
+			--enable-parallel --enable-shared --enable-unsupported \
 			--disable-static --prefix=$(prefix) $(hdf5_options) \
                         CXXFLAGS=-DMPICH_IGNORE_CXX_SEEK \
 			$(env_flags) $(env_mpicompilers) ; \



More information about the CIG-COMMITS mailing list