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

brad at geodynamics.org brad at geodynamics.org
Mon Mar 7 15:52:23 PST 2011


Author: brad
Date: 2011-03-07 15:52:23 -0800 (Mon, 07 Mar 2011)
New Revision: 18067

Modified:
   cs/buildbot/pylith_deps/src/makefile
Log:
Fixed some typos.

Modified: cs/buildbot/pylith_deps/src/makefile
===================================================================
--- cs/buildbot/pylith_deps/src/makefile	2011-03-07 23:11:18 UTC (rev 18066)
+++ cs/buildbot/pylith_deps/src/makefile	2011-03-07 23:52:23 UTC (rev 18067)
@@ -36,7 +36,7 @@
 
 mpich:
 	wget http://geodynamics.org/~buildbot/deps/mpich2-1.3.2p1.tar.gz
-	tar -zxf $PKG-$VER.tar.gz
+	tar -zxf mpioch2-1.3.2p1.tar.gz
 	mkdir -p mpich2-1.3.2p1-build
 	cd mpich2-1.3.2p1-build && \
 		../mpich2-1.3.2p1/configure --with-pm=gforker \
@@ -51,7 +51,7 @@
 
 cppunit:
 	wget http://geodynamics.org/~buildbot/deps/cppunit-1.12.1.tar.gz
-	tar -zxf cppunit-$VER.tar.gz
+	tar -zxf cppunit-1.12.1.tar.gz
 	mkdir -p cppunit-1.12.1-build
 	cd cppunit-1.12.1-build && \
 		../cppunit-1.12.1/configure --prefix=$(HOME)/pylith_deps && \
@@ -64,7 +64,7 @@
 	tar -zxf swig-2.0.2.tar.gz
 	mkdir -p swig-2.0.2-build
 	cd swig-2.0.2-build && \
-		../swig-$VER/configure --prefix=$(HOME)/pylith_deps && \
+		../swig-2.0.2/configure --prefix=$(HOME)/pylith_deps && \
 		make -j 4 && \
 		make install
 



More information about the CIG-COMMITS mailing list