gnu: Remove insight-toolkit-4.

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

Change-Id: I248603846b7f704aba4120817a64dc4896e51020
This commit is contained in:
Andreas Enge 2025-08-01 17:58:16 +02:00
parent 92a110ba83
commit 8ebe8857fa
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -1407,28 +1407,6 @@ combine the information contained in both.")
(delete "castxml")
(delete "swig"))))))
(define-public insight-toolkit-4
(package (inherit insight-toolkit)
(version "4.13.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/InsightSoftwareConsortium/ITK/"
"releases/download/v" version "/InsightToolkit-"
version ".tar.xz"))
(sha256
(base32 "19cgfpd63gqrvc3m27m394gy2d7w79g5y6lvznb5qqr49lihbgns"))))
(outputs '("out"))
(arguments
(list #:tests? #f ; tests require network access and external data
#:configure-flags #~'("-DITKV3_COMPATIBILITY=ON" ; needed for itk-snap
"-DITK_USE_GPU=ON"
"-DITK_USE_SYSTEM_LIBRARIES=ON"
"-DITK_USE_SYSTEM_GOOGLETEST=ON"
"-DITK_USE_SYSTEM_VXL=ON")))
(native-inputs
(list googletest pkg-config))))
(define-public itk-snap
;; The latest release, 4.2.2, segmentation faults on startup.
;; The commit is version 4.4.0-alpha3.