GNU bug report logs - #26111
[PATCH 5/7] gnu: Add vtk version 6.3.0

Previous Next

Package: guix-patches;

Reported by: John Darrington <jmd <at> gnu.org>

Date: Wed, 15 Mar 2017 20:07:03 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

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 26111 in the body.
You can then email your comments to 26111 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#26111; Package guix-patches. (Wed, 15 Mar 2017 20:07:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to John Darrington <jmd <at> gnu.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 15 Mar 2017 20:07:03 GMT) Full text and rfc822 format available.

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

From: John Darrington <jmd <at> gnu.org>
To: guix-patches <at> gnu.org
Cc: John Darrington <jmd <at> gnu.org>
Subject: [PATCH 5/7] gnu: Add vtk version 6.3.0
Date: Wed, 15 Mar 2017 21:05:22 +0100
* gnu/packages/vtk.scm (vtk <at> 6.3): New variable.
---
 gnu/packages/vtk.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/packages/vtk.scm b/gnu/packages/vtk.scm
index 5a5c941..ad12187 100644
--- a/gnu/packages/vtk.scm
+++ b/gnu/packages/vtk.scm
@@ -91,3 +91,19 @@ triangulation.  VTK has an extensive information visualization framework, has
 a suite of 3D interaction widgets, supports parallel processing, and
 integrates with various databases on GUI toolkits such as Qt and Tk.")
     (license bsd-3)))
+
+
+;; Mia 2.4.3 doesn't work against vtk7 so we package vtk 6.3 for it:
+(define-public vtk <at> 6.3
+  (package
+    (inherit vtk)
+    (version "6.3.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "http://www.vtk.org/files/release/"
+                                  (version-major+minor version)
+                                  "/VTK-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0pla1r5mvkgl4sl213gfdhzrypdgai0h3z5mfgm6p9jz9hsr794j"))))))
+
-- 
2.1.4





Information forwarded to guix-patches <at> gnu.org:
bug#26111; Package guix-patches. (Sat, 18 Mar 2017 01:11:01 GMT) Full text and rfc822 format available.

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

From: Kei Kebreau <kei <at> openmailbox.org>
To: John Darrington <jmd <at> gnu.org>
Cc: 26111 <at> debbugs.gnu.org
Subject: Re: bug#26111: [PATCH 5/7] gnu: Add vtk version 6.3.0
Date: Fri, 17 Mar 2017 21:10:21 -0400
[Message part 1 (text/plain, inline)]
John Darrington <jmd <at> gnu.org> writes:

> * gnu/packages/vtk.scm (vtk <at> 6.3): New variable.
> ---
>  gnu/packages/vtk.scm | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
>
> diff --git a/gnu/packages/vtk.scm b/gnu/packages/vtk.scm
> index 5a5c941..ad12187 100644
> --- a/gnu/packages/vtk.scm
> +++ b/gnu/packages/vtk.scm
> @@ -91,3 +91,19 @@ triangulation.  VTK has an extensive information visualization framework, has
>  a suite of 3D interaction widgets, supports parallel processing, and
>  integrates with various databases on GUI toolkits such as Qt and Tk.")
>      (license bsd-3)))
> +
> +
> +;; Mia 2.4.3 doesn't work against vtk7 so we package vtk 6.3 for it:
> +(define-public vtk <at> 6.3
> +  (package
> +    (inherit vtk)
> +    (version "6.3.0")
> +    (source (origin
> +              (method url-fetch)
> +              (uri (string-append "http://www.vtk.org/files/release/"
> +                                  (version-major+minor version)
> +                                  "/VTK-" version ".tar.gz"))
> +              (sha256
> +               (base32
> +                "0pla1r5mvkgl4sl213gfdhzrypdgai0h3z5mfgm6p9jz9hsr794j"))))))
> +

This doesn't build reproducibly for me, but it lints fine.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Thu, 11 May 2017 06:45:02 GMT) Full text and rfc822 format available.

Notification sent to John Darrington <jmd <at> gnu.org>:
bug acknowledged by developer. (Thu, 11 May 2017 06:45:02 GMT) Full text and rfc822 format available.

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

From: Ricardo Wurmus <rekado <at> elephly.net>
To: John Darrington <jmd <at> gnu.org>
Cc: 26111-done <at> debbugs.gnu.org
Subject: Re: bug#26111: [PATCH 5/7] gnu: Add vtk version 6.3.0
Date: Thu, 11 May 2017 08:44:32 +0200
John Darrington <jmd <at> gnu.org> writes:

> * gnu/packages/vtk.scm (vtk <at> 6.3): New variable.
> ---
[…]
> +;; Mia 2.4.3 doesn't work against vtk7 so we package vtk 6.3 for it:

Meanwhile Mia 2.4.4 has been released which is compatible with vtk7, so
I’m closing this bug.

I’m currently working on this patch set and have updated dcmtk and mia.
I’ll push them once I’ve confirmed they are working correctly.

Thanks!

-- 
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net





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

This bug report was last modified 6 years and 316 days ago.

Previous Next


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