* update openvdb to 10.1.0-1

This commit is contained in:
Alexander Baldeck 2023-11-06 07:31:18 +01:00
parent c01cb41e3b
commit cb634387f7

View File

@ -1,21 +1,21 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com> # POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
#Maintainer : Sven-Hendrik Haase <svenstaro@archlinux.org> #Maintainer : Sven-Hendrik Haase <svenstaro@archlinux.org>
pkgname=openvdb pkgname=openvdb
pkgver=10.0.1 pkgver=10.1.0
pkgrel=5 pkgrel=1
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 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
license=('MPL') license=('MPL')
depends=('boost-libs' 'tbb' 'zlib' 'jemalloc' 'blosc' 'log4cplus') depends=('boost-libs' 'tbb' 'zlib' 'jemalloc' 'blosc' 'log4cplus')
makedepends=('doxygen' 'boost' 'cmake' 'mesa' 'cppunit' 'glfw-x11' 'glu' 'python' 'python-numpy' 'ninja' makedepends=('doxygen' 'boost' 'cmake' 'mesa' 'cppunit' 'glfw-x11' 'glu' 'python' 'python-numpy' 'ninja'
'texlive-latexextra') 'texlive-latexextra' 'pybind11')
optdepends=('glfw: for tools' optdepends=('glfw: for tools'
'glu: for tools' 'glu: for tools'
'python-numpy: python module') 'python-numpy: python module')
options=(!distcc) options=(!distcc)
source=("$pkgname-$pkgver.tar.gz::https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz") source=("$pkgname-$pkgver.tar.gz::https://github.com/AcademySoftwareFoundation/openvdb/archive/v${pkgver}.tar.gz")
sha512sums=('361cef8932b69b19ee94c47fe78f665a1acabfabc3f45ff9f490e830f73ff092c42f56ce698677476a8ccf062c89e3e4dc6d4c550aa6842438cbd4d404ee83bb') sha512sums=('b1f36fb53ed9fcc65a59a764bb79b7bd0f8469649a70051023f9a8f5d2692f6c32a53c62fc78b7ab57ebda7dedea7b32450b62d90107119f5a30179a660536aa')
build() { build() {
cd "${srcdir}/${pkgname}-${pkgver}" cd "${srcdir}/${pkgname}-${pkgver}"