extra/boost to 1.63.0-1

This commit is contained in:
Kevin Mihelich 2017-01-12 13:37:01 +00:00
parent 10b16b67ad
commit a9c4ba4869

View file

@ -14,15 +14,15 @@
pkgbase=boost
pkgname=('boost-libs' 'boost')
pkgver=1.62.0
pkgver=1.63.0
_boostver=${pkgver//./_}
pkgrel=4
pkgrel=1
url='http://www.boost.org/'
arch=('i686' 'x86_64')
license=('custom')
makedepends=('icu>=55.1' 'python>=3.5' 'python<3.6' 'python2' 'bzip2' 'zlib' 'openmpi')
makedepends=('icu>=55.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
source=(https://downloads.sourceforge.net/project/${pkgbase}/${pkgbase}/${pkgver}/${pkgbase}_${_boostver}.tar.bz2)
sha1sums=('5fd97433c3f859d8cbab1eaed4156d3068ae3648')
sha256sums=('beae2529f759f6b3bf3f4969a19c2e9d6f0c503edcb2de4a61d1428519fcb3b0')
build() {
CFLAGS=`echo $CFLAGS | sed -e 's/armv6/armv6k/'` && CXXFLAGS="$CFLAGS"
@ -83,7 +83,7 @@ build() {
runtime-link=shared \
link=shared,static \
toolset=gcc \
python=3.5 \
python=3.6 \
cflags="${CPPFLAGS} ${CFLAGS} -fPIC -O3" \
cxxflags="${CPPFLAGS} ${CXXFLAGS} -std=c++14 -fPIC -O3" \
linkflags="${LDFLAGS}" \