[arch-commits] Commit in openvdb/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Tue May 8 02:53:54 UTC 2018


    Date: Tuesday, May 8, 2018 @ 02:53:54
  Author: svenstaro
Revision: 319501

upgpkg: openvdb 5.1.0-1

Modified:
  openvdb/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-08 02:24:41 UTC (rev 319500)
+++ PKGBUILD	2018-05-08 02:53:54 UTC (rev 319501)
@@ -2,7 +2,7 @@
 # Maintainer : Sven-Hendrik Haase <sh at lutzhaase.com>
 
 pkgname=openvdb
-pkgver=5.0.0
+pkgver=5.1.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'
@@ -14,7 +14,7 @@
             'glu: for tools'
             'python-numpy: python module')
 source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz")
-sha512sums=('8916d54683d81144114e57f8332be43b7547e6da5d194f6147bcefd4ee9e8e7ec817f27b65adb129dfd149e6b308f4bab30591ee953ee2c319636491bf051a2b')
+sha512sums=('c71d040a1862f5e31f084125e9695da3ebf171788956d7d4c16f99ead26a099a81d5a9c30ba2cc61f29e32e21f822796ae34f6c62496050894087735a19489f6')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -42,7 +42,8 @@
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DOPENVDB_BUILD_PYTHON_MODULE=ON \
     -DOPENVDB_BUILD_DOCS=ON \
-    -DOPENVDB_ENABLE_3_ABI_COMPATIBLE=ON
+    -DOPENVDB_ABI_VERSION_NUMBER=3 \
+    -DOPENVDB_BUILD_UNITTESTS=OFF
 
   make
 }



More information about the arch-commits mailing list