mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
Field3D: rebuild for hdf5
This commit is contained in:
parent
6bafc05c88
commit
64f5d15885
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue