From: Lars Bilke <lars.bilke@ufz.de>
To: 70323@debbugs.gnu.org
Cc: andreas@enge.fr, Lars Bilke <lars.bilke@ufz.de>
Subject: [bug#70323] [PATCH v3 1/2] gnu: vtk: Update to 9.3.0
Date: Mon, 17 Jun 2024 10:34:51 +0200 [thread overview]
Message-ID: <ac1219fa8708cd4a72e7d5ce13db50ce079dba45.1718613292.git.lars.bilke@ufz.de> (raw)
In-Reply-To: <e30f02e0cd7f6ff3b760356aa8e2026225d1b68c.1712751978.git.lars.bilke@ufz.de>
Change-Id: Id31d41e7dc457d1f17c0e8e824c170942d81698c
---
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 @@ (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-public vtk
;; 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++")))))
base-commit: bd5c61781c13611ed16686513980907c6ee34ae6
--
2.44.0
next prev parent reply other threads:[~2024-06-17 8:36 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-10 12:26 [bug#70323] [PATCH] gnu: vtk: Update to 9.3.0 Lars Bilke
2024-05-31 10:31 ` Ludovic Courtès
2024-06-03 14:01 ` [bug#70323] [PATCH v2] " Lars Bilke
2024-06-04 6:29 ` [bug#70323] [PATCH] " Lars Bilke
2024-06-10 11:09 ` [bug#70323] Further work Andreas Enge
2024-06-17 8:34 ` Lars Bilke [this message]
2024-06-17 8:34 ` [bug#70323] [PATCH v3 2/2] gnu: freecad: patch for vtk 9.3.0 Lars Bilke
2024-06-27 17:17 ` bug#70323: [PATCH v3 1/2] gnu: vtk: Update to 9.3.0 Andreas Enge
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ac1219fa8708cd4a72e7d5ce13db50ce079dba45.1718613292.git.lars.bilke@ufz.de \
--to=lars.bilke@ufz.de \
--cc=70323@debbugs.gnu.org \
--cc=andreas@enge.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).