Date: Monday, January 16, 2017 @ 00:24:12 Author: svenstaro Revision: 207534
upgpkg: openvdb 4.0.0-1 upstream release 4.0.0 Modified: openvdb/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-16 00:19:16 UTC (rev 207533) +++ PKGBUILD 2017-01-16 00:24:12 UTC (rev 207534) @@ -6,8 +6,8 @@ # as well as other oddities. pkgname=openvdb -pkgver=3.2.0 -pkgrel=2 +pkgver=4.0.0 +pkgrel=1 pkgdesc='A large suite of tools for the efficient storage and manipulation of sparse volumetric data discretized on three-dimensional grids' url='https://github.com/dreamworksanimation/openvdb' arch=('i686' 'x86_64') @@ -16,12 +16,13 @@ makedepends=('doxygen' 'boost' 'python2' 'log4cplus' 'epydoc' 'python2-numpy' 'texlive-core' 'ghostscript' 'epydoc') optdepends=('python2-numpy: Python module') source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz") -sha256sums=('d4b6eb63a2c1c62ca449399f3d7789638fde655c32a977b50717b727420a634b') +sha512sums=('138e23408d725f153f5545c8083cd16f6b3e5cf80308e080d5e463f74f947759cdf5f9d818137ebffaf8b2de77bffa8f38ef0d20758a1418aea1c71702c0001d') build() { cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}" make all \ + OPENVDB_ENABLE_3_ABI_COMPATIBLE=ON \ PYTHON_VERSION='2.7' \ CPPUNIT_INCL_DIR='' \ HDSO='/usr' \
