3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ceres-solver: Mark as tunable.

* gnu/packages/maths.scm (ceres)[properties]: New field.
This commit is contained in:
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

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.