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

brad at geodynamics.org brad at geodynamics.org
Tue Sep 4 11:44:13 PDT 2012


Author: brad
Date: 2012-09-04 11:44:13 -0700 (Tue, 04 Sep 2012)
New Revision: 20681

Modified:
   cs/buildbot/pylith_deps/src/makefile
Log:
Added netCDF4. Fixed configure.

Modified: cs/buildbot/pylith_deps/src/makefile
===================================================================
--- cs/buildbot/pylith_deps/src/makefile	2012-09-04 18:12:18 UTC (rev 20680)
+++ cs/buildbot/pylith_deps/src/makefile	2012-09-04 18:44:13 UTC (rev 20681)
@@ -187,7 +187,7 @@
 	$(FETCH) http://geodynamics.org/~buildbot/deps/netCDF4-1.0fix1.tar.gz
 	tar --no-same-owner -zxvf netCDF4-1.0fix1.tar.gz
 	cd netCDF4-1.0 && \
-		echo -e "[options]\nuse_ncconfig=True" > netCDF4-1.0/setup.cfg && \
+		echo -e "[options]\nuse_ncconfig=True" > setup.cfg && \
 		python setup.py build && \
 		python setup.py install --prefix=$(HOME)/install/$(BUILDBOT)
 



More information about the CIG-COMMITS mailing list