emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#26111: closed ([PATCH 5/7] gnu: Add vtk version 6.


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26111: closed ([PATCH 5/7] gnu: Add vtk version 6.3.0)
Date: Thu, 11 May 2017 06:45:02 +0000

Your message dated Thu, 11 May 2017 08:44:32 +0200
with message-id <address@hidden>
and subject line Re: bug#26111: [PATCH 5/7] gnu: Add vtk version 6.3.0
has caused the debbugs.gnu.org bug report #26111,
regarding [PATCH 5/7] gnu: Add vtk version 6.3.0
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
26111: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26111
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 5/7] gnu: Add vtk version 6.3.0 Date: Wed, 15 Mar 2017 21:05:22 +0100
* gnu/packages/vtk.scm (address@hidden): 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 address@hidden
+  (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




--- End Message ---
--- Begin Message --- Subject: Re: bug#26111: [PATCH 5/7] gnu: Add vtk version 6.3.0 Date: Thu, 11 May 2017 08:44:32 +0200 User-agent: mu4e 0.9.18; emacs 25.2.1
John Darrington <address@hidden> writes:

> * gnu/packages/vtk.scm (address@hidden): 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



--- End Message ---

reply via email to

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