[cig-commits] r18550 - cs/buildbot/pylith_deps/src

brad at geodynamics.org brad at geodynamics.org
Wed Jun 8 12:20:56 PDT 2011


Author: brad
Date: 2011-06-08 12:20:56 -0700 (Wed, 08 Jun 2011)
New Revision: 18550

Modified:
   cs/buildbot/pylith_deps/src/makefile
Log:
Fixed HDF5 configure settings (enable fortran).

Modified: cs/buildbot/pylith_deps/src/makefile
===================================================================
--- cs/buildbot/pylith_deps/src/makefile	2011-06-08 17:10:13 UTC (rev 18549)
+++ cs/buildbot/pylith_deps/src/makefile	2011-06-08 19:20:56 UTC (rev 18550)
@@ -173,7 +173,7 @@
 	tar --no-same-owner -zxvf hdf5-1.8.6.tar.gz
 	mkdir -p hdf5-1.8.6-build
 	cd hdf5-1.8.6-build && \
-		../hdf5-1.8.6/configure --enable-parallel --enable-shared --disable-static --prefix=$(HOME)/install/$(BUILDBOT) CC=mpicc CXX=mpicxx FC=mpif90 && \
+		../hdf5-1.8.6/configure --enable-fortran --enable-parallel --enable-shared --disable-static --prefix=$(HOME)/install/$(BUILDBOT) CC=mpicc CXX=mpicxx FC=mpif90 && \
 		make -j $(MAKE_THREADS) && \
 		make install
 



More information about the CIG-COMMITS mailing list