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

brad at geodynamics.org brad at geodynamics.org
Wed Jun 8 12:51:14 PDT 2011


Author: brad
Date: 2011-06-08 12:51:14 -0700 (Wed, 08 Jun 2011)
New Revision: 18551

Modified:
   short/3D/PyLith/pylith_installer/trunk/Makefile.am
Log:
Updated HDF5 configure settings (fortran option).

Modified: short/3D/PyLith/pylith_installer/trunk/Makefile.am
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/Makefile.am	2011-06-08 19:20:56 UTC (rev 18550)
+++ short/3D/PyLith/pylith_installer/trunk/Makefile.am	2011-06-08 19:51:14 UTC (rev 18551)
@@ -446,6 +446,9 @@
 # hdf5
 # ----------------------------------------------------------------------
 hdf5: installed_mpi
+if WITH_FORTRAN
+hdf5_options = --enable-fortran
+endif
 if INSTALL_HDF5
 	$(FETCH_SCRIPT) "$(downloader)" hdf5-$(HDF5_VER).tar.gz http://geodynamics.org/~buildbot/deps
 	$(TAR) -zxf hdf5-$(HDF5_VER).tar.gz
@@ -453,7 +456,7 @@
 	cd hdf5-build && \
 		../hdf5-$(HDF5_VER)/configure \
 			--enable-parallel --enable-shared \
-			--disable-static --prefix=$(prefix) \
+			--disable-static --prefix=$(prefix) $(hdf5_options) \
 			$(env_flags) $(env_mpicompilers) ; \
 		make -j $(make_threads) && \
 		make install && \



More information about the CIG-COMMITS mailing list