civodul pushed a commit to branch master
in repository guix.
commit 24667081ad49f327932308f9cc06d93a9be0c80a
Author: Ludovic Courtès <[email protected]>
AuthorDate: Fri Dec 3 23:29:04 2021 +0100
gnu: ceres-solver: Mark as tunable.
* gnu/packages/maths.scm (ceres)[properties]: New field.
---
gnu/packages/maths.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 3ed766c502..ba9b6cb415 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2475,7 +2475,10 @@ can solve two kinds of problems:
@item non-linear least squares problems with bounds constraints;
@item general unconstrained optimization problems.
@end enumerate\n")
- (license license:bsd-3)))
+ (license license:bsd-3)
+
+ ;; Mark as tunable to take advantage of SIMD code in Eigen.
+ (properties `((tunable? . #t)))))
;; For a fully featured Octave, users are strongly recommended also to install
;; the following packages: less, ghostscript, gnuplot.