py3boost: 1.69.0 -> 1.72.0
This commit is contained in:
parent
e3525cc0d9
commit
cd515e12b3
@ -1,6 +1,8 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
lrwxrwxrwx root/root usr/lib/libboost_python3.so -> libboost_python37.so.1.69.0
|
||||
lrwxrwxrwx root/root usr/lib/libboost_python3.so -> libboost_python37.so.1.72.0
|
||||
-rw-r--r-- root/root usr/lib/libboost_python37.a
|
||||
lrwxrwxrwx root/root usr/lib/libboost_python37.so -> libboost_python37.so.1.69.0
|
||||
-rwxr-xr-x root/root usr/lib/libboost_python37.so.1.69.0
|
||||
lrwxrwxrwx root/root usr/lib/libboost_python37.so -> libboost_python37.so.1.72.0
|
||||
lrwxrwxrwx root/root usr/lib/libboost_python37.so.1 -> libboost_python37.so.1.72.0
|
||||
lrwxrwxrwx root/root usr/lib/libboost_python37.so.1.72 -> libboost_python37.so.1.72.0
|
||||
-rwxr-xr-x root/root usr/lib/libboost_python37.so.1.72.0
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF32FWDt/eFQYjFKYgZqwja6s6MV+Ex6RhrJfZqtTp5TQMYkCfuWefa7kSn1nStAVJvCB94btty04xQFQQAEwfEQI=
|
||||
SHA256 (Pkgfile) = 960404933b4d195797d067867b6b0ea0155f03e6b393c79032884751749cd806
|
||||
SHA256 (.footprint) = 0101b202cda513205e2b3541ba592c82ca29e08b81433c99f30d48351031ed64
|
||||
SHA256 (boost_1_69_0.tar.bz2) = 8f32d4617390d1c2d16f26a27ab60d97807b35440d45891fa340fc2648b04406
|
||||
RWSagIOpLGJF37EUXC+DN/4mVoZg+vE1gFs9vrEelGV/Gvi0ve1v6CMRDZ8FU+S05d53sYMx6orjt1UFeHGEM1LeiQiwv8aZowg=
|
||||
SHA256 (Pkgfile) = 4744ce1cda20b1c68bf8ed9eca826493d349868a563f23b38f7a2ac442f82c40
|
||||
SHA256 (.footprint) = 24cfd6a1fd0ef2ea4fc8e0b3e5aa4f2fafda1706050408c600ec80969395b98f
|
||||
SHA256 (boost_1_72_0.tar.bz2) = 59c9b274bc451cf91a9ba1dd2c7fdcaf5d60b1b3aa83f2c9fa143417cc660722
|
||||
|
@ -2,11 +2,11 @@
|
||||
# URL: https://www.boost.org/
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Packager: Pedja, predivan at mts dot rs
|
||||
# Depends on: boost python3
|
||||
# Depends on: boost python3
|
||||
|
||||
name=py3boost
|
||||
version=1.69.0
|
||||
release=2
|
||||
version=1.72.0
|
||||
release=1
|
||||
source=(https://downloads.sourceforge.net/project/${name#py3}/${name#py3}/$version/${name#py3}_${version//./_}.tar.bz2)
|
||||
|
||||
build() {
|
||||
@ -14,29 +14,29 @@ build() {
|
||||
|
||||
# these numbers need to be changed according to systems python3 version
|
||||
sed -i '19s:=python:=python3.7:' bootstrap.sh
|
||||
# here too
|
||||
## here too
|
||||
sed -i '20s:=:=3.7:' bootstrap.sh
|
||||
|
||||
export CPLUS_INCLUDE_PATH="$CPLUS_INCLUDE_PATH:/usr/include/python3"
|
||||
|
||||
export _stagedir="$SRC/stagedir"
|
||||
|
||||
./bootstrap.sh \
|
||||
--prefix="${_stagedir}" \
|
||||
--with-toolset=gcc \
|
||||
--with-icu \
|
||||
--with-libraries=python
|
||||
--prefix="${_stagedir}" \
|
||||
--with-toolset=gcc \
|
||||
--with-icu \
|
||||
--with-libraries=python \
|
||||
--with-python=/usr/bin/python3
|
||||
|
||||
./b2 stage \
|
||||
variant=release \
|
||||
threading=multi \
|
||||
runtime-link=shared \
|
||||
link=shared,static \
|
||||
debug-symbols=off \
|
||||
toolset=gcc \
|
||||
--prefix="${_stagedir/python3}" \
|
||||
--with-python \
|
||||
install
|
||||
--prefix="${_stagedir/python3}" \
|
||||
--with-python \
|
||||
python=3.7 \
|
||||
variant=release \
|
||||
threading=multi \
|
||||
runtime-link=shared \
|
||||
link=shared,static \
|
||||
debug-symbols=off \
|
||||
toolset=gcc \
|
||||
install
|
||||
|
||||
install -dm 755 $PKG/usr/lib
|
||||
cp -a ${_stagedir}/lib/libboost_python3* $PKG/usr/lib
|
||||
|
Loading…
x
Reference in New Issue
Block a user