mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/openvdb to 6.2.1-5
This commit is contained in:
parent
579c1c08a6
commit
2ff5ddc79f
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgname=openvdb
|
||||
pkgver=6.2.1
|
||||
pkgrel=2
|
||||
pkgrel=5
|
||||
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')
|
||||
|
@ -37,7 +37,7 @@ build() {
|
|||
-DOPENVDB_BUILD_PYTHON_MODULE=ON \
|
||||
-DOPENVDB_BUILD_DOCS=ON \
|
||||
-DOPENVDB_BUILD_UNITTESTS=OFF \
|
||||
-DPython_LIBRARY=/usr/lib/libpython3.7m.so \
|
||||
-DPython_LIBRARY=/usr/lib/libpython3.8m.so \
|
||||
|
||||
sed -i "s/isystem/I/g" build.ninja
|
||||
ninja
|
||||
|
|
Loading…
Reference in a new issue