GNU bug report logs - #76284
[PATCH] gnu: Add vtkdiff

Previous Next

Package: guix-patches;

Reported by: Lars Bilke <lars.bilke <at> ufz.de>

Date: Fri, 14 Feb 2025 10:35:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76284 in the body.
You can then email your comments to 76284 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#76284; Package guix-patches. (Fri, 14 Feb 2025 10:35:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Lars Bilke <lars.bilke <at> ufz.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 14 Feb 2025 10:35:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Lars Bilke <lars.bilke <at> ufz.de>
To: guix-patches <at> gnu.org
Cc: Lars Bilke <lars.bilke <at> ufz.de>
Subject: [PATCH] gnu: Add vtkdiff
Date: Fri, 14 Feb 2025 11:30:21 +0100
Depends on https://issues.guix.gnu.org/76173.

* gnu/packages/image-processing.scm (vtkdiff): New variable.

Change-Id: I9d7e9ff2dbe9683177d3f5c835466d3d052289ed
---
 gnu/packages/image-processing.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index 20e188bd70..4c1b1885cb 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -487,6 +487,32 @@ (define-public vtk-7
                   (("Host system: \\@CMAKE_HOST_SYSTEM\\@")
                    "Host system: @CMAKE_SYSTEM_NAME@"))))))))))
 
+(define-public vktdiff
+  (package
+    (name "vtkdiff")
+    (version "1.0.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/ufz/vtkdiff")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "15nwzfhgyjfvd083kw1s19xkxcds9h31hx9cr339x3bkllbj609j"))))
+    (build-system cmake-build-system)
+    (inputs (list tclap vtk))
+    (arguments
+     (list
+      #:tests? #f ;There are no tests.
+      #:configure-flags #~(list "-DGUIX_BUILD=ON")))
+    (home-page "https://github.com/ufz/vtkdiff")
+    (synopsis "Numerical difference of data arrays in vtk files")
+    (description
+     "The vtkdiff tool shall provide means of numerical comparison of
+different data arrays similar to those available in the numdiff software.")
+    (license license:bsd-3)))
+
 (define-public opencv
   (package
     (name "opencv")

base-commit: 4b5f0408e66392ab745dc0f7830732217d88f17d
-- 
2.46.1





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 10 Mar 2025 13:44:02 GMT) Full text and rfc822 format available.

Notification sent to Lars Bilke <lars.bilke <at> ufz.de>:
bug acknowledged by developer. (Mon, 10 Mar 2025 13:44:02 GMT) Full text and rfc822 format available.

Message #10 received at 76284-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Lars Bilke <lars.bilke <at> ufz.de>
Cc: 76284-done <at> debbugs.gnu.org
Subject: Re: [bug#76284] [PATCH] gnu: Add vtkdiff
Date: Mon, 10 Mar 2025 14:43:44 +0100
Lars Bilke <lars.bilke <at> ufz.de> skribis:

> Depends on https://issues.guix.gnu.org/76173.
>
> * gnu/packages/image-processing.scm (vtkdiff): New variable.
>
> Change-Id: I9d7e9ff2dbe9683177d3f5c835466d3d052289ed

Applied, thanks!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 08 Apr 2025 11:24:30 GMT) Full text and rfc822 format available.

This bug report was last modified 73 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.