gnu: insight-toolkit: Mark as tunable.
* gnu/packages/image-processing.scm (insight-toolkit)[properties]: New field.
This commit is contained in:
parent
437687b715
commit
377dc49f24
1 changed files with 6 additions and 0 deletions
|
@ -1313,6 +1313,12 @@ libraries designed for computer vision research and implementation.")
|
||||||
zlib))
|
zlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list googletest pkg-config))
|
(list googletest pkg-config))
|
||||||
|
|
||||||
|
;; The 'CMake/ITKSetStandardCompilerFlags.cmake' file normally sets
|
||||||
|
;; '-mtune=native -march=corei7', suggesting there's something to be
|
||||||
|
;; gained from CPU-specific optimizations.
|
||||||
|
(properties '((tunable? . #t)))
|
||||||
|
|
||||||
(home-page "https://github.com/InsightSoftwareConsortium/ITK/")
|
(home-page "https://github.com/InsightSoftwareConsortium/ITK/")
|
||||||
(synopsis "Scientific image processing, segmentation and registration")
|
(synopsis "Scientific image processing, segmentation and registration")
|
||||||
(description "The Insight Toolkit (ITK) is a toolkit for N-dimensional
|
(description "The Insight Toolkit (ITK) is a toolkit for N-dimensional
|
||||||
|
|
Reference in a new issue