openvdb: update to 9.0.0.
This commit is contained in:
parent
6cb5364aa9
commit
621c418402
2 changed files with 9 additions and 10 deletions
|
@ -3894,7 +3894,7 @@ libjanet.so.1.19 janet-1.19.0_1
|
||||||
libOpenImageDenoise.so.1 openimagedenoise-1.3.0_1
|
libOpenImageDenoise.so.1 openimagedenoise-1.3.0_1
|
||||||
libcbang0.so cbang-1.6.0_3
|
libcbang0.so cbang-1.6.0_3
|
||||||
libblosc.so.1 c-blosc-1.17.1_1
|
libblosc.so.1 c-blosc-1.17.1_1
|
||||||
libopenvdb.so.7.0 openvdb-7.0.0_1
|
libopenvdb.so.9.0 openvdb-9.0.0_1
|
||||||
libAlembic.so.1.7 alembic-1.7.13_1
|
libAlembic.so.1.7 alembic-1.7.13_1
|
||||||
libmodsecurity.so.3 modsecurity-3.0.4_1
|
libmodsecurity.so.3 modsecurity-3.0.4_1
|
||||||
libraven.so.0 budgie-desktop-10.5.1_1
|
libraven.so.0 budgie-desktop-10.5.1_1
|
||||||
|
|
|
@ -1,28 +1,27 @@
|
||||||
# Template file for 'openvdb'
|
# Template file for 'openvdb'
|
||||||
pkgname=openvdb
|
pkgname=openvdb
|
||||||
version=7.0.0
|
version=9.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DOPENVDB_BUILD_VDB_VIEW=1"
|
configure_args="-DOPENVDB_BUILD_VDB_VIEW=1"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="boost-devel tbb-devel ilmbase-devel libopenexr-devel c-blosc-devel glfw-devel
|
makedepends="boost-devel tbb-devel ilmbase-devel libopenexr-devel c-blosc-devel
|
||||||
libXxf86vm-devel"
|
glfw-devel libXxf86vm-devel jemalloc-devel"
|
||||||
short_desc="Sparse volume data structure and tools"
|
short_desc="Sparse volume data structure and tools"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MPL-2.0"
|
license="MPL-2.0"
|
||||||
homepage="https://openvdb.org"
|
homepage="https://openvdb.org"
|
||||||
distfiles="https://github.com/AcademySoftwareFoundation/openvdb/archive/v${version}.tar.gz"
|
distfiles="https://github.com/AcademySoftwareFoundation/openvdb/archive/v${version}.tar.gz"
|
||||||
checksum=97bc8ae35ef7ccbf49a4e25cb73e8c2eccae6b235bac86f2150707efcd1e910d
|
checksum=ad3816e8f1931d1d6fdbddcec5a1acd30695d049dd10aa965096b2fb9972b468
|
||||||
|
|
||||||
|
# reduce spam in log output
|
||||||
|
CXXFLAGS="-Wno-deprecated-declarations"
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
makedepends+=" libatomic-devel"
|
makedepends+=" libatomic-devel"
|
||||||
|
configure_args+=" -DCMAKE_CXX_STANDARD_LIBRARIES=-latomic"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_patch() {
|
|
||||||
[ "$XBPS_TARGET_NO_ATOMIC8" ] || return 0
|
|
||||||
vsed -i 's,ZLIB::ZLIB,ZLIB::ZLIB atomic,' openvdb/CMakeLists.txt
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue