guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: Add insight-toolkit-4.12.


From: guix-commits
Subject: 06/07: gnu: Add insight-toolkit-4.12.
Date: Thu, 15 Aug 2019 08:09:23 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 07f36b0c53a644c11d26389de34e9d5e84469882
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Aug 13 18:56:03 2019 +0200

    gnu: Add insight-toolkit-4.12.
    
    * gnu/packages/image-processing.scm (insight-toolkit-4.12): New variable.
---
 gnu/packages/image-processing.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/image-processing.scm 
b/gnu/packages/image-processing.scm
index 00b80c1..3fa1be4 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -691,3 +691,14 @@ combine the information contained in both.")
          "-DITK_USE_SYSTEM_LIBRARIES=ON"
          "-DITK_USE_SYSTEM_GOOGLETEST=ON"
          "-DITK_USE_SYSTEM_VXL=ON")))))
+
+(define-public insight-toolkit-4.12
+  (package (inherit insight-toolkit-4)
+    (version "4.12.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://sourceforge/itk/itk/4.12/"
+                           "InsightToolkit-" version ".tar.xz"))
+       (sha256
+        (base32 "1qw9mxbh083siljygahl4gdfv91xvfd8hfl7ghwii19f60xrvn2w"))))))



reply via email to

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