gnu: Add insight-toolkit-4.12.

* gnu/packages/image-processing.scm (insight-toolkit-4.12): New variable.
master
Ricardo Wurmus 2019-08-13 18:56:03 +02:00 committed by Ricardo Wurmus
parent 8f4d457d93
commit 07f36b0c53
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 11 additions and 0 deletions

View File

@ -691,3 +691,14 @@ combine the information contained in both.")
"-DITK_USE_SYSTEM_LIBRARIES=ON"
"-DITK_USE_SYSTEM_GOOGLETEST=ON"
"-DITK_USE_SYSTEM_VXL=ON")))))
(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"))))))