mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
1ad0405a8f
commit
92a110ba83
1 changed files with 0 additions and 16 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue