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

brad at geodynamics.org brad at geodynamics.org
Thu Mar 10 10:40:02 PST 2011


Author: brad
Date: 2011-03-10 10:40:02 -0800 (Thu, 10 Mar 2011)
New Revision: 18091

Modified:
   cs/buildbot/pylith_deps/src/makefile
Log:
Added pcre for darwin.

Modified: cs/buildbot/pylith_deps/src/makefile
===================================================================
--- cs/buildbot/pylith_deps/src/makefile	2011-03-10 17:18:33 UTC (rev 18090)
+++ cs/buildbot/pylith_deps/src/makefile	2011-03-10 18:40:02 UTC (rev 18091)
@@ -9,9 +9,11 @@
 
 default:
 
-all: gcc python mpich cppunit swig numpy fiat proj netcdf hdf5 nemesis
+linux: gcc python mpich cppunit swig numpy fiat proj netcdf hdf5 nemesis
 
+darwin: gcc mpich cppunit pcre swig numpy fiat proj netcdf hdf5 nemesis
 
+
 gcc:
 	$(FETCH) http://geodynamics.org/~buildbot/deps/gcc-4.5.2.tar.bz2
 	$(FETCH) http://geodynamics.org/~buildbot/deps/mpc-0.8.2.tar.gz
@@ -68,6 +70,16 @@
 		make install
 
 
+pcre:
+	$(FETCH) http://geodynamics.org/~buildbot/deps/pcre-8.12.tar.gz
+	tar -zxf pcre-8.12.tar.gz
+	mkdir -p pcre-8.12-build
+	cd pcre-8.12-build && \
+		../pcre-8.12/configure --prefix=$(HOME)/pylith_deps && \
+		make -j 4 && \
+		make install
+
+
 swig:
 	$(FETCH) http://geodynamics.org/~buildbot/deps/swig-2.0.2.tar.gz
 	tar -zxf swig-2.0.2.tar.gz



More information about the CIG-COMMITS mailing list