From cc2b09c2a86227731e89c56012f9e9f9517cbc0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 24 May 2020 04:53:02 +0200 Subject: [PATCH] boost: it's python_ver*sion* not python_ver --- srcpkgs/boost/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template index e1a466bd60..ab6ba5cc67 100644 --- a/srcpkgs/boost/template +++ b/srcpkgs/boost/template @@ -11,6 +11,7 @@ license="BSL-1.0" homepage="http://www.boost.org/" distfiles="https://dl.bintray.com/boostorg/release/${version}/source/boost_${version//./_}.tar.bz2" checksum=59c9b274bc451cf91a9ba1dd2c7fdcaf5d60b1b3aa83f2c9fa143417cc660722 +python_version=3 CXXFLAGS="-std=c++14" @@ -97,6 +98,7 @@ do_install() { boost-jam_package() { short_desc+=" - Boost.Jam utility" depends="boost-build>=${version}_${revision}" + python_version=3 pkg_install() { vmove usr/bin/bjam vmove usr/bin/b2 @@ -106,7 +108,7 @@ boost-python1.72_package() { depends="boost python" replaces="boost-python>=0" short_desc+=" - Python bindings" - python_ver=2 + python_version=2 pkg_install() { vmove "usr/lib/libboost_python2*.so.*" }