gnu: Remove insight-toolkit-4.12.

* gnu/packages/image-processing.scm (insight-toolkit-4.12): Delete variable.

Change-Id: Ibb2e195d8f882b3da9ef3a7291008cc0dad88220
This commit is contained in:
Andreas Enge 2025-08-01 17:57:00 +02:00
parent 1ad0405a8f
commit 92a110ba83
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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.