community/openvdb to 9.0.0-8

This commit is contained in:
Kevin Mihelich 2021-12-17 07:22:22 +00:00
parent 3486a4e283
commit f5554ada1b

View file

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