diff options
author | Andreas Enge <andreas@enge.fr> | 2025-08-01 17:58:16 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-08-01 17:58:16 +0200 |
commit | 8ebe8857fad1ed4b09342a2452cb8297d5622ff9 (patch) | |
tree | de434a894a63b527d1231575a20579a24127805c /gnu | |
parent | 92a110ba8356ba930aeb1e18cfe50c80f7762775 (diff) |
gnu: Remove insight-toolkit-4.
* gnu/packages/image-processing.scm (insight-toolkit-4): Delete variable.
Change-Id: I248603846b7f704aba4120817a64dc4896e51020
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/image-processing.scm | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm index 5431255ec3..3b43038b05 100644 --- a/gnu/packages/image-processing.scm +++ b/gnu/packages/image-processing.scm @@ -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. |