gnu: vtk: Update to 9.3.0.

* gnu/packages/image-processing.scm (vtk): Update to 9.3.0.
Change-Id: Id31d41e7dc457d1f17c0e8e824c170942d81698c
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Lars Bilke 2024-06-17 10:34:51 +02:00 committed by Andreas Enge
parent 6d88e9e21f
commit 79408989ff
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -309,7 +309,7 @@ (define-public opencolorio
(define-public vtk
(package
(name "vtk")
(version "9.2.2")
(version "9.3.0")
(source (origin
(method url-fetch)
(uri (string-append "https://vtk.org/files/release/"
@ -317,7 +317,7 @@ (define-public vtk
"/VTK-" version ".tar.gz"))
(sha256
(base32
"0x8h2bwxq2870067j7wqd0qym87pa3inkbri93zrdb0zwwmhlnqw"))
"1s8vd34nhrgnw1bf9zhfn062d53fwq3csjfwvm7lxcr5a8lvkizx"))
(modules '((guix build utils)))
(snippet
'(begin
@ -388,6 +388,7 @@ (define (choose . files)
;; Do not retain a reference to GCC.
(substitute* (choose
"Common/Core/vtkBuild.h.in" ;dummy >=v9.3
"Common/Core/vtkConfigureDeprecated.h.in" ;v9.x
"Common/Core/vtkConfigure.h.in") ;v7.x
(("@CMAKE_CXX_COMPILER@") "c++")))))