vtk: update to 9.2.6.

Closes: #45223
This commit is contained in:
Piraty 2023-07-24 18:28:52 +02:00
parent a495abda47
commit 6a89a49d2d
No known key found for this signature in database
GPG key ID: 82F2CC796BD07077

View file

@ -1,7 +1,7 @@
# Template file for 'vtk'
pkgname=vtk
version=9.2.2
revision=3
version=9.2.6
revision=1
build_style=cmake
# vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON"
# Build only the core modules plus python bindings for now
@ -26,7 +26,7 @@ maintainer="Piraty <mail@piraty.dev>"
license="BSD-3-Clause"
homepage="https://www.vtk.org"
distfiles="https://www.vtk.org/files/release/${version:0:3}/VTK-${version}.tar.gz"
checksum=1c5b0a2be71fac96ff4831af69e350f7a0ea3168981f790c000709dcf9121075
checksum=06fc8d49c4e56f498c40fcb38a563ed8d4ec31358d0101e8988f0bb4d539dd12
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" libexecinfo-devel"