[Erp5-report] r40028 luke - /erp5/trunk/buildout/software-profiles/boost-lib.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Nov 8 13:55:16 CET 2010
Author: luke
Date: Mon Nov 8 13:55:11 2010
New Revision: 40028
URL: http://svn.erp5.org?rev=40028&view=rev
Log:
- build boost, but as it is using extremely non standard way, use
plone.recipe.command for now
Added:
erp5/trunk/buildout/software-profiles/boost-lib.cfg
Added: erp5/trunk/buildout/software-profiles/boost-lib.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/boost-lib.cfg?rev=40028&view=auto
==============================================================================
--- erp5/trunk/buildout/software-profiles/boost-lib.cfg (added)
+++ erp5/trunk/buildout/software-profiles/boost-lib.cfg [utf8] Mon Nov 8 13:55:11 2010
@@ -0,0 +1,21 @@
+[buildout]
+parts =
+ boost-lib
+
+[boost-lib-download]
+recipe = hexagonit.recipe.download
+url = http://downloads.sourceforge.net/sourceforge/boost/boost_1_43_0.tar.gz
+md5sum = 734565ca4819bf04bd8e903e116c3fb1
+strip-top-level-dir = true
+
+[boost-lib]
+recipe = plone.recipe.command
+source = ${boost-lib-download:location}
+destination = ${buildout:parts-directory}/${:_buildout_section_name_}
+stop-on-error = true
+command =
+ rm -fr ${:destination}
+ mkdir -p ${:destination}
+ cd ${:source}
+ ./bootstrap.sh --prefix=${buildout:parts-directory}/${:_buildout_section_name_}
+ ./bjam install
More information about the Erp5-report
mailing list