From 65c3b732793f553e822ec6d025cbebd7128fec56 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 11 Mar 2020 13:52:37 +0100 Subject: [PATCH] remove is not need, the install part is enough --- python-3.7.6-0.build.sh | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/python-3.7.6-0.build.sh b/python-3.7.6-0.build.sh index 6532b49..550eca0 100755 --- a/python-3.7.6-0.build.sh +++ b/python-3.7.6-0.build.sh @@ -264,24 +264,6 @@ pip3 install --prefix=$PREFIX scour # https://github.molgen.mpg.de/mar --with-python=$PREFIX/bin/python3 \ --with-libraries=python,thread || exit 1 - ./b2 \ - $NUMJOBS \ - --layout=system \ - --build-dir=build-python3 \ - --prefix=$PREFIX \ - --libdir=$PREFIX/lib \ - --build-type=minimal \ - toolset=gcc \ - variant=release \ - debug-symbols=off \ - link=shared \ - threading=multi \ - runtime-link=shared \ - python=$PYTHONVER \ - cflags="$PKGCFLAGS" \ - cxxflags="$PKGCFLAGS" \ - stage || exit 1 - ./b2 \ $NUMJOBS \ --layout=system \