community/openvdb to 9.0.0-4

This commit is contained in:
Kevin Mihelich 2021-11-25 08:23:14 +00:00
parent 2ae0cf7357
commit 9928b12576

View file

@ -5,7 +5,7 @@
pkgname=openvdb
pkgver=9.0.0
pkgrel=2
pkgrel=4
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')
@ -41,7 +41,7 @@ package() {
DESTDIR="${pkgdir}" ninja install
# Try to workaround FS#72653 for now
mkdir -p "${pkgdir}"/usr/share/cmake-3.22/Modules/
ln -s "${pkgdir}"/usr/lib/cmake/OpenVDB/FindOpenVDB.cmake "${pkgdir}"/usr/share/cmake-3.22/Modules/FindOpenVDB.cmake
ln -s /usr/lib/cmake/OpenVDB/{OpenVDBUtils,FindOpenVDB,FindBlosc}.cmake "${pkgdir}"/usr/share/cmake-3.22/Modules/
}
# vim:set sw=2 sts=2 et: