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 5431255ec3a..3b43038b05a 100644 --- a/gnu/packages/image-processing.scm +++ b/gnu/packages/image-processing.scm | |||
| @@ -1407,28 +1407,6 @@ combine the information contained in both.") | |||
| 1407 | (delete "castxml") | 1407 | (delete "castxml") |
| 1408 | (delete "swig")))))) | 1408 | (delete "swig")))))) |
| 1409 | 1409 | ||
| 1410 | (define-public insight-toolkit-4 | ||
| 1411 | (package (inherit insight-toolkit) | ||
| 1412 | (version "4.13.2") | ||
| 1413 | (source | ||
| 1414 | (origin | ||
| 1415 | (method url-fetch) | ||
| 1416 | (uri (string-append "https://github.com/InsightSoftwareConsortium/ITK/" | ||
| 1417 | "releases/download/v" version "/InsightToolkit-" | ||
| 1418 | version ".tar.xz")) | ||
| 1419 | (sha256 | ||
| 1420 | (base32 "19cgfpd63gqrvc3m27m394gy2d7w79g5y6lvznb5qqr49lihbgns")))) | ||
| 1421 | (outputs '("out")) | ||
| 1422 | (arguments | ||
| 1423 | (list #:tests? #f ; tests require network access and external data | ||
| 1424 | #:configure-flags #~'("-DITKV3_COMPATIBILITY=ON" ; needed for itk-snap | ||
| 1425 | "-DITK_USE_GPU=ON" | ||
| 1426 | "-DITK_USE_SYSTEM_LIBRARIES=ON" | ||
| 1427 | "-DITK_USE_SYSTEM_GOOGLETEST=ON" | ||
| 1428 | "-DITK_USE_SYSTEM_VXL=ON"))) | ||
| 1429 | (native-inputs | ||
| 1430 | (list googletest pkg-config)))) | ||
| 1431 | |||
| 1432 | (define-public itk-snap | 1410 | (define-public itk-snap |
| 1433 | ;; The latest release, 4.2.2, segmentation faults on startup. | 1411 | ;; The latest release, 4.2.2, segmentation faults on startup. |
| 1434 | ;; The commit is version 4.4.0-alpha3. | 1412 | ;; The commit is version 4.4.0-alpha3. |
