mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
6d88e9e21f
commit
79408989ff
1 changed files with 3 additions and 2 deletions
|
@ -309,7 +309,7 @@ many popular formats.")
|
||||||
(define-public vtk
|
(define-public vtk
|
||||||
(package
|
(package
|
||||||
(name "vtk")
|
(name "vtk")
|
||||||
(version "9.2.2")
|
(version "9.3.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://vtk.org/files/release/"
|
(uri (string-append "https://vtk.org/files/release/"
|
||||||
|
@ -317,7 +317,7 @@ many popular formats.")
|
||||||
"/VTK-" version ".tar.gz"))
|
"/VTK-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0x8h2bwxq2870067j7wqd0qym87pa3inkbri93zrdb0zwwmhlnqw"))
|
"1s8vd34nhrgnw1bf9zhfn062d53fwq3csjfwvm7lxcr5a8lvkizx"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -388,6 +388,7 @@ many popular formats.")
|
||||||
|
|
||||||
;; Do not retain a reference to GCC.
|
;; Do not retain a reference to GCC.
|
||||||
(substitute* (choose
|
(substitute* (choose
|
||||||
|
"Common/Core/vtkBuild.h.in" ;dummy >=v9.3
|
||||||
"Common/Core/vtkConfigureDeprecated.h.in" ;v9.x
|
"Common/Core/vtkConfigureDeprecated.h.in" ;v9.x
|
||||||
"Common/Core/vtkConfigure.h.in") ;v7.x
|
"Common/Core/vtkConfigure.h.in") ;v7.x
|
||||||
(("@CMAKE_CXX_COMPILER@") "c++")))))
|
(("@CMAKE_CXX_COMPILER@") "c++")))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue