community/openvdb to 9.0.0-2

This commit is contained in:
David Beauchamp 2021-11-23 18:15:03 -05:00
parent 242265270d
commit 651d544d40

View file

@ -1,11 +1,11 @@
# Maintainer : Sven-Hendrik Haase <svenstaro@gmail.com>
# Maintainer : Sven-Hendrik Haase <svenstaro@archlinux.org>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - explicitly link v5/v6 with libatomic
pkgname=openvdb
pkgver=9.0.0
pkgrel=1
pkgrel=2
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')
@ -39,6 +39,9 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}/build"
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
}
# vim:set sw=2 sts=2 et: