Skip to content

Commit

Permalink
remove is not need, the install part is enough
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Mar 11, 2020
1 parent bb877fc commit 65c3b73
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions python-3.7.6-0.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 65c3b73

Please sign in to comment.