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

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Dec 9 01:57:49 UTC 2019


    Date: Monday, December 9, 2019 @ 01:57:48
  Author: svenstaro
Revision: 536371

upgpkg: openvdb 7.0.0-1

Modified:
  openvdb/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-09 01:42:08 UTC (rev 536370)
+++ PKGBUILD	2019-12-09 01:57:48 UTC (rev 536371)
@@ -1,8 +1,8 @@
 # Maintainer : Sven-Hendrik Haase <svenstaro at gmail.com>
 
 pkgname=openvdb
-pkgver=6.2.1
-pkgrel=5
+pkgver=7.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=('x86_64')
@@ -13,7 +13,7 @@
             'glu: for tools'
             'python-numpy: python module')
 source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz")
-sha512sums=('f5d830880316b5ca3921c77c75f3a254aba47d144ac6c0223fc2732d99cbd6b7ffb7f27049f8ab3760ad77b3658fc08a82728325ba753bc29932aa46336457de')
+sha512sums=('f5321b22b10e192012d544cc02921d3d52f621778ec5aa21ba6d450f3e29f2fdbd76486ad390a0c008394dbc6ee4aeecc04527ef30e73adf71c1a08a021746b7')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -32,8 +32,7 @@
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DOPENVDB_BUILD_PYTHON_MODULE=ON \
     -DOPENVDB_BUILD_DOCS=ON \
-    -DOPENVDB_BUILD_UNITTESTS=OFF \
-    -DPython_LIBRARY=/usr/lib/libpython3.8m.so \
+    -DOPENVDB_BUILD_UNITTESTS=OFF
 
   sed -i "s/isystem/I/g" build.ninja
   ninja



More information about the arch-commits mailing list