mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/openvdb to 9.0.0-2
This commit is contained in:
parent
242265270d
commit
651d544d40
1 changed files with 5 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Maintainer : Sven-Hendrik Haase <svenstaro@gmail.com>
|
# Maintainer : Sven-Hendrik Haase <svenstaro@archlinux.org>
|
||||||
|
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - explicitly link v5/v6 with libatomic
|
# - explicitly link v5/v6 with libatomic
|
||||||
|
|
||||||
pkgname=openvdb
|
pkgname=openvdb
|
||||||
pkgver=9.0.0
|
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'
|
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'
|
url='https://github.com/dreamworksanimation/openvdb'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -39,6 +39,9 @@ package() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}/build"
|
cd "${srcdir}/${pkgname}-${pkgver}/build"
|
||||||
|
|
||||||
DESTDIR="${pkgdir}" ninja install
|
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:
|
# vim:set sw=2 sts=2 et:
|
||||||
|
|
Loading…
Reference in a new issue