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

brad at geodynamics.org brad at geodynamics.org
Mon May 14 14:41:00 PDT 2012


Author: brad
Date: 2012-05-14 14:40:59 -0700 (Mon, 14 May 2012)
New Revision: 20114

Modified:
   cs/buildbot/pylith_deps/src/makefile
Log:
Update flag to build shared HDF5 fortran lib on Darwin (--enable-unsupported).

Modified: cs/buildbot/pylith_deps/src/makefile
===================================================================
--- cs/buildbot/pylith_deps/src/makefile	2012-05-14 21:14:58 UTC (rev 20113)
+++ cs/buildbot/pylith_deps/src/makefile	2012-05-14 21:40:59 UTC (rev 20114)
@@ -174,7 +174,7 @@
 	tar --no-same-owner -zxvf hdf5-1.8.8.tar.gz
 	mkdir -p hdf5-1.8.8-build
 	cd hdf5-1.8.8-build && \
-		../hdf5-1.8.8/configure --enable-fortran --enable-parallel --enable-shared --disable-static --prefix=$(HOME)/install/$(BUILDBOT) CC=mpicc CXX=mpicxx FC=mpif90  $(env_flags) && \
+		../hdf5-1.8.8/configure --enable-fortran --enable-parallel --enable-shared --disable-static --enable-unsupported --prefix=$(HOME)/install/$(BUILDBOT) CC=mpicc CXX=mpicxx FC=mpif90  $(env_flags) && \
 		make -j $(MAKE_THREADS) && \
 		make install
 



More information about the CIG-COMMITS mailing list