Field3D: rebuild for hdf5

This commit is contained in:
Gonzalo Tornaría 2024-08-15 23:08:02 -03:00 committed by Andrew J. Hesford
parent 6bafc05c88
commit 64f5d15885

View file

@ -1,7 +1,7 @@
# Template file for 'Field3D'
pkgname=Field3D
version=1.7.3
revision=9
revision=10
build_style=cmake
makedepends="boost-devel hdf5-devel imath-devel libopenexr-devel"
short_desc="Library for storing voxel data on disk and in memory"
@ -11,6 +11,9 @@ homepage="https://github.com/imageworks/Field3D/wiki/Field3D-Home"
distfiles="https://github.com/imageworks/Field3D/archive/refs/tags/v${version}.tar.gz"
checksum=b6168bc27abe0f5e9b8d01af7794b3268ae301ac72b753712df93125d51a0fd4
# uses hdf5 old api
CXXFLAGS+=" -DH5_USE_110_API=1"
post_install() {
vlicense COPYING
}