boost: rebuild for Python 3.9
This commit is contained in:
parent
a08b1d1b7b
commit
63ccfff9aa
|
@ -683,7 +683,7 @@ libboost_stacktrace_noop.so.1.72.0 libboost_stacktrace_noop1.72-1.72.0_1
|
|||
libboost_stacktrace_addr2line.so.1.72.0 libboost_stacktrace_addr2line1.72-1.72.0_1
|
||||
libboost_stacktrace_basic.so.1.72.0 libboost_stacktrace_basic1.72-1.72.0_1
|
||||
libboost_python27.so.1.72.0 boost-python1.72-1.72.0_1
|
||||
libboost_python38.so.1.72.0 boost-python3-1.72-1.72.0_1
|
||||
libboost_python39.so.1.72.0 boost-python3-1.72-1.72.0_4
|
||||
libexempi.so.8 exempi-2.5.0_1
|
||||
libatasmart.so.4 libatasmart-0.17_1
|
||||
libsgutils2-1.45.so.2 libsgutils-1.45_1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'boost'
|
||||
pkgname=boost
|
||||
version=1.72.0
|
||||
revision=3
|
||||
revision=4
|
||||
wrksrc="${pkgname}_${version//\./_}"
|
||||
hostmakedepends="which bzip2-devel icu-devel python-devel python3-devel"
|
||||
makedepends="zlib-devel bzip2-devel icu-devel python-devel python3-devel"
|
||||
|
@ -136,7 +136,6 @@ boost-python3-1.72_package() {
|
|||
}
|
||||
}
|
||||
boost-build_package() {
|
||||
archs=noarch
|
||||
conf_files="/etc/site-config.jam"
|
||||
short_desc+=" - Boost.Build framework"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue