mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/openvdb to 9.0.0-8
This commit is contained in:
parent
3486a4e283
commit
f5554ada1b
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue