guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: insight-toolkit: Mark as tunable.


From: guix-commits
Subject: 04/05: gnu: insight-toolkit: Mark as tunable.
Date: Tue, 18 Jul 2023 08:07:21 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 377dc49f2443644866b180b3b162d7d4aab88531
Author: Ludovic Courtès <ludovic.courtes@inria.fr>
AuthorDate: Tue Jul 18 13:29:36 2023 +0200

    gnu: insight-toolkit: Mark as tunable.
    
    * gnu/packages/image-processing.scm (insight-toolkit)[properties]: New
    field.
---
 gnu/packages/image-processing.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/image-processing.scm 
b/gnu/packages/image-processing.scm
index 6a72209f96..965eca82b7 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]