mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05: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 @@ (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++")))))
|
||||
|
|
Loading…
Reference in a new issue