me
/
guix
Archived
1
0
Fork 0

gnu: insight-toolkit: Mark as tunable.

* gnu/packages/image-processing.scm (insight-toolkit)[properties]: New
field.
Ludovic Courtès 2023-07-18 13:29:36 +02:00 committed by Ludovic Courtès
parent 437687b715
commit 377dc49f24
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 6 additions and 0 deletions

View File

@ -1313,6 +1313,12 @@ libraries designed for computer vision research and implementation.")
zlib))
(native-inputs
(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/")
(synopsis "Scientific image processing, segmentation and registration")
(description "The Insight Toolkit (ITK) is a toolkit for N-dimensional