Commit 2324cf9c authored by Jérome Perrin's avatar Jérome Perrin

Boost-lib: also provides 1.53

parent 127cbb8d
[buildout]
extends =
../bzip2/buildout.cfg
parts =
boost-lib
[boost-lib]
<= boost-lib-1.43
[boost-lib-1.43]
recipe = slapos.recipe.cmmi
url = http://downloads.sourceforge.net/sourceforge/boost/boost_1_43_0.tar.gz
md5sum = 734565ca4819bf04bd8e903e116c3fb1
......@@ -11,3 +16,13 @@ configure-command = ./bootstrap.sh --prefix=${:location}
make-binary =
make-options =
make-targets = ./bjam link=shared install
[boost-lib-1.53]
recipe = slapos.recipe.cmmi
url = http://downloads.sourceforge.net/sourceforge/boost/boost_1_53_0.tar.gz
md5sum = 57a9e2047c0f511c4dfcf00eb5eb2fbb
location = ${buildout:parts-directory}/${:_buildout_section_name_}
configure-command = ./bootstrap.sh --prefix=${:location}
make-binary =
make-options =
make-targets = BZIP2_INCLUDE='${bzip2:location}/include' BZIP2_LIBPATH='${bzip2:location}/lib' ./bjam link=shared --with-thread install
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment