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

brad at geodynamics.org brad at geodynamics.org
Mon May 14 12:58:18 PDT 2012


Author: brad
Date: 2012-05-14 12:58:18 -0700 (Mon, 14 May 2012)
New Revision: 20108

Modified:
   cs/buildbot/pylith_deps/src/makefile
Log:
Used HDF5-1.8.6 for shared libraries with Darwin.

Modified: cs/buildbot/pylith_deps/src/makefile
===================================================================
--- cs/buildbot/pylith_deps/src/makefile	2012-05-14 19:51:49 UTC (rev 20107)
+++ cs/buildbot/pylith_deps/src/makefile	2012-05-14 19:58:18 UTC (rev 20108)
@@ -170,11 +170,11 @@
 
 
 hdf5:
-	$(FETCH) http://geodynamics.org/~buildbot/deps/hdf5-1.8.8.tar.gz
-	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) && \
+	$(FETCH) http://geodynamics.org/~buildbot/deps/hdf5-1.8.6.tar.gz
+	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-fortran --enable-parallel --enable-shared --disable-static --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