boost: version bump, rebuilt with docker

This commit is contained in:
ibrahimkaraguzel
2016-03-27 18:56:57 +03:00
parent d4b08a1d55
commit 7b19951c08
3 changed files with 146 additions and 11 deletions
+3 -2
View File
@@ -10,7 +10,8 @@ from pisi.actionsapi import shelltools
def setup():
shelltools.system("./bootstrap.sh --with-toolset=gcc --with-icu --with-python=/usr/bin/python2.7 --prefix=%s/usr" % get.installDIR())
#shelltools.echo("project-config.jam","using mpi ;")
shelltools.echo("project-config.jam","using python : 3.4 : /usr/bin/python3 : /usr/include/python3.4m : /usr/lib ;")
#shelltools.echo("project-config.jam","--without-mpi ;")
def build():
@@ -30,4 +31,4 @@ def install():
pisitools.dobin("bjam")
shelltools.copytree("tools/boostbook/xsl", "%s/usr/share/boostbook/xsl" % get.installDIR())
shelltools.copytree("tools/boostbook/dtd", "%s/usr/share/boostbook" % get.installDIR())
shelltools.system("./b2 install threading=multi link=shared")
shelltools.system("./b2 install threading=multi link=shared")