boost: revbump for new boost-python3

This commit is contained in:
maxice8 2018-12-02 21:16:55 -02:00
parent fd2eaa3d85
commit 92ecd66c1a
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 4 additions and 4 deletions

View File

@ -1,15 +1,15 @@
# Template file for 'boost'
pkgname=boost
version=1.68.0
revision=2
revision=3
wrksrc="${pkgname}_${version//\./_}"
hostmakedepends="bzip2-devel icu-devel python-devel python3-devel"
makedepends="zlib-devel bzip2-devel icu-devel python-devel python3-devel"
short_desc="Free peer-reviewed portable C++ source libraries"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.boost.org/"
license="Boost Software License 1.0"
distfiles="${SOURCEFORGE_SITE}/$pkgname/${pkgname}_${version//\./_}.tar.bz2"
homepage="http://www.boost.org/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}_${version//./_}.tar.bz2"
checksum=7f6130bc3cf65f56a618888ce9d5ea704fa10b462be126ad053e80e553d6d8b7
CXXFLAGS="-std=c++14"
@ -37,7 +37,7 @@ do_build() {
using gcc : ${_toolset#gcc-} : ${CXX} : <cxxflags>"${CXXFLAGS}" <linkflags>"${LDFLAGS}" ;
using python : 2.7 : ${XBPS_CROSS_BASE}/usr/bin/python2 : ${XBPS_CROSS_BASE}/usr/include/python2.7 : ${XBPS_CROSS_BASE}/usr/lib/python2.7 ;
using python : ${py3_ver} : ${XBPS_CROSS_BASE}/usr/bin/python3 : ${XBPS_CROSS_BASE}${py3_inc} : ${XBPS_CROSS_BASE}${py3_lib} ;
__EOF
./bjam ${makejobs} \
--toolset=${_toolset} abi=${_abi} architecture=${_arch} \