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

brad at geodynamics.org brad at geodynamics.org
Mon May 14 13:50:43 PDT 2012


Author: brad
Date: 2012-05-14 13:50:42 -0700 (Mon, 14 May 2012)
New Revision: 20111

Modified:
   cs/buildbot/pylith_deps/src/makefile
Log:
Use HDF5 1.8.8.

Modified: cs/buildbot/pylith_deps/src/makefile
===================================================================
--- cs/buildbot/pylith_deps/src/makefile	2012-05-14 20:01:30 UTC (rev 20110)
+++ cs/buildbot/pylith_deps/src/makefile	2012-05-14 20:50:42 UTC (rev 20111)
@@ -170,11 +170,11 @@
 
 
 hdf5:
-	$(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) && \
+	$(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) && \
 		make -j $(MAKE_THREADS) && \
 		make install
 



More information about the CIG-COMMITS mailing list