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

brad at geodynamics.org brad at geodynamics.org
Mon Mar 7 12:56:31 PST 2011


Author: brad
Date: 2011-03-07 12:56:31 -0800 (Mon, 07 Mar 2011)
New Revision: 18054

Modified:
   cs/buildbot/pylith_deps/src/makefile
Log:
Added nemesis.

Modified: cs/buildbot/pylith_deps/src/makefile
===================================================================
--- cs/buildbot/pylith_deps/src/makefile	2011-03-07 20:30:31 UTC (rev 18053)
+++ cs/buildbot/pylith_deps/src/makefile	2011-03-07 20:56:31 UTC (rev 18054)
@@ -1,6 +1,6 @@
 default:
 
-all: gcc python mpich cppunit swig numpy fiat proj netcdf hdf5
+all: gcc python mpich cppunit swig numpy fiat proj netcdf hdf5 nemesis
 
 
 gcc:
@@ -114,6 +114,14 @@
 		make -j 4 && \
 		make install
 
+nemesis:
+	svn co http://geodynamics.org/svn/cig/cs/nemesis/trunk nemesis
+	cd nemesis && autoreconf -if
+	mkdir -p nemesis-build
+	cd nemesis-build && \
+		../nemesis/configure --prefix=$(HOME)/install/$(BUILDBOT) && \
+		make && \
+		make install
 
 
 



More information about the CIG-COMMITS mailing list