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

brad at geodynamics.org brad at geodynamics.org
Fri Jun 1 17:30:37 PDT 2012


Author: brad
Date: 2012-06-01 17:30:36 -0700 (Fri, 01 Jun 2012)
New Revision: 20287

Modified:
   short/3D/PyLith/pylith_installer/trunk/Makefile.am
Log:
Fixed placement of installing h5py (required for pylith full scale tests).

Modified: short/3D/PyLith/pylith_installer/trunk/Makefile.am
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/Makefile.am	2012-06-02 00:16:19 UTC (rev 20286)
+++ short/3D/PyLith/pylith_installer/trunk/Makefile.am	2012-06-02 00:30:36 UTC (rev 20287)
@@ -148,7 +148,7 @@
 # ----------------------------------------------------------------------
 # Targets
 # ----------------------------------------------------------------------
-all: installed_pylith installed_h5py
+all: installed_pylith 
 
 rebuild-all: finished_mkdest compilers python mpi cppunit swig numpy proj4 netcdf hdf5 h5py fiat nemesis spatialdata petsc pylith
 
@@ -698,7 +698,7 @@
 # ----------------------------------------------------------------------
 # pylith
 # ----------------------------------------------------------------------
-pylith: installed_cppunit installed_swig installed_netcdf installed_hdf5 installed_fiat installed_nemesis installed_pythia installed_spatialdata installed_petsc
+pylith: installed_cppunit installed_swig installed_netcdf installed_hdf5 installed_h5py installed_fiat installed_nemesis installed_pythia installed_spatialdata installed_petsc
 pylith_options = 
 if WITH_NETCDF
 pylith_options += --enable-cubit



More information about the CIG-COMMITS mailing list