diff options
author | Andreas Enge <andreas@enge.fr> | 2025-08-01 17:57:00 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-08-01 17:57:00 +0200 |
commit | 92a110ba8356ba930aeb1e18cfe50c80f7762775 (patch) | |
tree | 15f67b47ae8ea42f7837f30b81badacca535b643 /gnu/packages | |
parent | 1ad0405a8f9b06132be93e88057c836976944479 (diff) |
gnu: Remove insight-toolkit-4.12.
* gnu/packages/image-processing.scm (insight-toolkit-4.12): Delete variable.
Change-Id: Ibb2e195d8f882b3da9ef3a7291008cc0dad88220
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/image-processing.scm | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm index 3964f038b2..5431255ec3 100644 --- a/gnu/packages/image-processing.scm +++ b/gnu/packages/image-processing.scm @@ -1429,22 +1429,6 @@ combine the information contained in both.") (native-inputs (list googletest pkg-config)))) -(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")))) - (arguments - (substitute-keyword-arguments (package-arguments insight-toolkit-4) - ((#:configure-flags cf #~'()) - ;; error: ISO C++17 does not allow dynamic exception specifications - #~(cons* "-DCMAKE_CXX_FLAGS=-std=c++14" #$cf)))))) - (define-public itk-snap ;; The latest release, 4.2.2, segmentation faults on startup. ;; The commit is version 4.4.0-alpha3. |