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

brad at geodynamics.org brad at geodynamics.org
Wed Jun 15 13:22:09 PDT 2011


Author: brad
Date: 2011-06-15 13:22:09 -0700 (Wed, 15 Jun 2011)
New Revision: 18636

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

Modified: cs/buildbot/pylith_deps/src/makefile
===================================================================
--- cs/buildbot/pylith_deps/src/makefile	2011-06-15 19:05:36 UTC (rev 18635)
+++ cs/buildbot/pylith_deps/src/makefile	2011-06-15 20:22:09 UTC (rev 18636)
@@ -16,11 +16,11 @@
 
 default:
 
-linux: gcc python mpich cppunit swig numpy fiat proj netcdf hdf5 nemesis
+linux: gcc python mpich cppunit swig numpy fiat proj netcdf hdf5 pythia nemesis
 
-darwin: gcc mpich cppunit pcre swig numpy fiat proj netcdf hdf5 nemesis
+darwin: gcc mpich cppunit pcre swig numpy fiat proj netcdf hdf5 pythia nemesis
 
-cygwin: mpich numpy fiat proj netcdf nemesis
+cygwin: mpich numpy fiat proj netcdf pythia nemesis
 
 gnubuild:
 	$(FETCH) http://geodynamics.org/~buildbot/deps/m4-1.4.16.tar.gz
@@ -177,6 +177,10 @@
 		make -j $(MAKE_THREADS) && \
 		make install
 
+pythia:
+	svn co http://geodynamics.org/svn/cig/cs/pythia/trunk pythia-dev
+	cd pythia-dev && python setup.py install --prefix=$(HOME)/install/$(BUILDBOT)
+
 nemesis:
 	svn co http://geodynamics.org/svn/cig/cs/nemesis/trunk nemesis-dev
 	cd nemesis-dev && autoreconf -if



More information about the CIG-COMMITS mailing list