boost:rebuild

This commit is contained in:
Rmys
2017-11-09 17:02:50 +03:00
parent f770c13a23
commit 32c267799a
3 changed files with 18 additions and 4 deletions
+2 -2
View File
@@ -9,7 +9,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.system("./bootstrap.sh --with-toolset=gcc --with-icu --prefix=%s/usr" % get.installDIR())
#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 python : 3.6 : /usr/bin/python3 : /usr/include/python3.6m : /usr/lib ;")
#shelltools.echo("project-config.jam","--without-mpi ;")
@@ -22,7 +23,6 @@ def build():
runtime-link=shared \
link=shared,static \
toolset=gcc \
python=2.7 \
cflags=-fno-strict-aliasing \
--layout=system")