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

brad at geodynamics.org brad at geodynamics.org
Fri Jun 1 16:02:30 PDT 2012


Author: brad
Date: 2012-06-01 16:02:29 -0700 (Fri, 01 Jun 2012)
New Revision: 20282

Modified:
   short/3D/PyLith/pylith_installer/trunk/Makefile.am
Log:
Added missing line continuation for h5py.

Modified: short/3D/PyLith/pylith_installer/trunk/Makefile.am
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/Makefile.am	2012-06-01 22:36:51 UTC (rev 20281)
+++ short/3D/PyLith/pylith_installer/trunk/Makefile.am	2012-06-01 23:02:29 UTC (rev 20282)
@@ -56,7 +56,7 @@
 SPATIALDATA_VER=dev
 PYLITH_VER=dev
 else
-SPATIALDATA_VER=1.8.1
+SPATIALDATA_VER=1.8.2
 PYLITH_VER=1.7.0
 endif
 
@@ -493,7 +493,7 @@
 	$(TAR) -zxf h5py-$(H5PY_VER).tar.gz
 	cd h5py-$(H5PY_VER) && \
 		CC=mpicc python setup.py build --hdf5=$(prefix) && \
-		python setup.py install --prefix=$(prefix)
+		python setup.py install --prefix=$(prefix) && \
 		touch ../installed_h5py
 else
 if WITH_H5PY



More information about the CIG-COMMITS mailing list