boost: version bump, rebuilt with docker
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user