mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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'
|
# Template file for 'Field3D'
|
||||||
pkgname=Field3D
|
pkgname=Field3D
|
||||||
version=1.7.3
|
version=1.7.3
|
||||||
revision=9
|
revision=10
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
makedepends="boost-devel hdf5-devel imath-devel libopenexr-devel"
|
makedepends="boost-devel hdf5-devel imath-devel libopenexr-devel"
|
||||||
short_desc="Library for storing voxel data on disk and in memory"
|
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"
|
distfiles="https://github.com/imageworks/Field3D/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=b6168bc27abe0f5e9b8d01af7794b3268ae301ac72b753712df93125d51a0fd4
|
checksum=b6168bc27abe0f5e9b8d01af7794b3268ae301ac72b753712df93125d51a0fd4
|
||||||
|
|
||||||
|
# uses hdf5 old api
|
||||||
|
CXXFLAGS+=" -DH5_USE_110_API=1"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue