me
/
guix
Archived
1
0
Fork 0

gnu: ceres-solver: Mark as tunable.

* gnu/packages/maths.scm (ceres)[properties]: New field.
master
Ludovic Courtès 2021-12-03 23:29:04 +01:00
parent 182b97dac0
commit 24667081ad
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 1 deletions

View File

@ -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.