mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/openvdb to 7.0.0-1
This commit is contained in:
parent
5e28ba068f
commit
a163246735
1 changed files with 4 additions and 5 deletions
|
@ -4,8 +4,8 @@
|
|||
# - explicitly link v5/v6 with libatomic
|
||||
|
||||
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')
|
||||
|
@ -16,7 +16,7 @@ optdepends=('glfw: for tools'
|
|||
'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}"
|
||||
|
@ -36,8 +36,7 @@ build() {
|
|||
-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
|
||||
|
|
Loading…
Reference in a new issue