rebuild for new toolchain

This commit is contained in:
2017-03-17 00:21:06 +03:00
parent 7f89331fef
commit 972e978bb8
12 changed files with 54 additions and 5 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ 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 python : 3.4 : /usr/bin/python3 : /usr/include/python3.4m : /usr/lib ;")
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 ;")
def build():