guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: vtk: Update to 9.3.0.


From: guix-commits
Subject: 01/02: gnu: vtk: Update to 9.3.0.
Date: Thu, 27 Jun 2024 13:15:29 -0400 (EDT)

andreas pushed a commit to branch master
in repository guix.

commit 79408989ff5436ceb274641cfc55b85eaba86d25
Author: Lars Bilke <lars.bilke@ufz.de>
AuthorDate: Mon Jun 17 10:34:51 2024 +0200

    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>
---
 gnu/packages/image-processing.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image-processing.scm 
b/gnu/packages/image-processing.scm
index 7c9d12557e..65fe793f2d 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -309,7 +309,7 @@ many popular formats.")
 (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 @@ many popular formats.")
                                   "/VTK-" version ".tar.gz"))
               (sha256
                (base32
-                "0x8h2bwxq2870067j7wqd0qym87pa3inkbri93zrdb0zwwmhlnqw"))
+                "1s8vd34nhrgnw1bf9zhfn062d53fwq3csjfwvm7lxcr5a8lvkizx"))
               (modules '((guix build utils)))
               (snippet
                '(begin
@@ -388,6 +388,7 @@ many popular formats.")
 
                    ;; 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++")))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]