[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#52283] [PATCH v2 11/12] gnu: libfive: Mark as tunable.
From: |
Ludovic Courtès |
Subject: |
[bug#52283] [PATCH v2 11/12] gnu: libfive: Mark as tunable. |
Date: |
Thu, 16 Dec 2021 18:58:26 +0100 |
* gnu/packages/engineering.scm (libfive)[properties]: New field.
---
gnu/packages/engineering.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index edc0f51d8d..709b6d2864 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -829,7 +829,10 @@ (define-public libfive
Even fundamental, primitive shapes are represented as code in the user-level
language.")
(license (list license:mpl2.0 ;library
- license:gpl2+))))) ;Guile bindings and GUI
+ license:gpl2+)) ;Guile bindings and GUI
+
+ ;; Mark as tunable to take advantage of SIMD code in Eigen.
+ (properties '((tunable? . #t))))))
(define-public inspekt3d
(let ((commit "703f52ccbfedad2bf5240bf8183d1b573c9d54ef")
--
2.33.0
- [bug#52283] [PATCH v2 00/12] Tuning packages for CPU micro-architectures, (continued)
- [bug#52283] [PATCH v2 00/12] Tuning packages for CPU micro-architectures, Ludovic Courtès, 2021/12/16
- [bug#52283] [PATCH v2 02/12] gnu: gcc: Add 'compiler-cpu-architectures' property., Ludovic Courtès, 2021/12/16
- [bug#52283] [PATCH v2 04/12] transformations: Add '--tune'., Ludovic Courtès, 2021/12/16
- [bug#52283] [PATCH v2 01/12] Add (guix cpu)., Ludovic Courtès, 2021/12/16
- [bug#52283] [PATCH v2 03/12] gnu: clang: Add 'compiler-cpu-architectures' property., Ludovic Courtès, 2021/12/16
- [bug#52283] [PATCH v2 05/12] ci: Add extra jobs for tunable packages., Ludovic Courtès, 2021/12/16
- [bug#52283] [PATCH v2 06/12] gnu: Add eigen-benchmarks., Ludovic Courtès, 2021/12/16
- [bug#52283] [PATCH v2 09/12] gnu: ceres-solver: Mark as tunable., Ludovic Courtès, 2021/12/16
- [bug#52283] [PATCH v2 07/12] gnu: Add xsimd-benchmark., Ludovic Courtès, 2021/12/16
- [bug#52283] [PATCH v2 08/12] gnu: Add xtensor-benchmark., Ludovic Courtès, 2021/12/16
- [bug#52283] [PATCH v2 11/12] gnu: libfive: Mark as tunable.,
Ludovic Courtès <=
- [bug#52283] [PATCH v2 12/12] gnu: prusa-slicer: Mark as tunable., Ludovic Courtès, 2021/12/16
- [bug#52283] [PATCH v2 10/12] gnu: Add ceres-solver-benchmarks., Ludovic Courtès, 2021/12/16