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

brad at geodynamics.org brad at geodynamics.org
Mon May 14 12:20:45 PDT 2012


Author: brad
Date: 2012-05-14 12:20:45 -0700 (Mon, 14 May 2012)
New Revision: 20106

Modified:
   cs/buildbot/pylith_deps/src/makefile
Log:
Fixed version number.

Modified: cs/buildbot/pylith_deps/src/makefile
===================================================================
--- cs/buildbot/pylith_deps/src/makefile	2012-05-14 17:33:21 UTC (rev 20105)
+++ cs/buildbot/pylith_deps/src/makefile	2012-05-14 19:20:45 UTC (rev 20106)
@@ -135,7 +135,7 @@
 numpy:
 	$(FETCH) http://geodynamics.org/~buildbot/deps/numpy-1.6.1-patched.tar.gz
 	tar --no-same-owner -zxf numpy-1.6.1-patched.tar.gz
-	cd numpy-1.5.1 && python setup.py install --prefix=$(HOME)/install/$(BUILDBOT)
+	cd numpy-1.6.1-patched && python setup.py install --prefix=$(HOME)/install/$(BUILDBOT)
 
 fiat:
 	$(FETCH) http://geodynamics.org/~buildbot/deps/ScientificPython-2.9.1.tar.gz



More information about the CIG-COMMITS mailing list