boost: add missing python_ver=(2|3)
This commit is contained in:
parent
23b60b6f6d
commit
237262d86f
1 changed files with 2 additions and 0 deletions
|
@ -106,6 +106,7 @@ boost-python1.72_package() {
|
||||||
depends="boost python"
|
depends="boost python"
|
||||||
replaces="boost-python>=0"
|
replaces="boost-python>=0"
|
||||||
short_desc+=" - Python bindings"
|
short_desc+=" - Python bindings"
|
||||||
|
python_ver=2
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/libboost_python2*.so.*"
|
vmove "usr/lib/libboost_python2*.so.*"
|
||||||
}
|
}
|
||||||
|
@ -114,6 +115,7 @@ boost-python3-1.72_package() {
|
||||||
depends="boost python3"
|
depends="boost python3"
|
||||||
replaces="boost-python3>=0"
|
replaces="boost-python3>=0"
|
||||||
short_desc+=" - Python3 bindings"
|
short_desc+=" - Python3 bindings"
|
||||||
|
python_ver=3
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/libboost_python3*.so.*"
|
vmove "usr/lib/libboost_python3*.so.*"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue