gnu: ceres: Remove dependency on lapack.
* gnu/packages/maths.scm (ceres): Remove dependency to lapack. Change-Id: Iac55faf30a83bbbe3693cac73a9996af8ddcbde7 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
17c9c00521
commit
e423df6fa6
1 changed files with 1 additions and 1 deletions
|
@ -2859,7 +2859,7 @@ with constraints.")
|
||||||
(native-inputs (list pkg-config))
|
(native-inputs (list pkg-config))
|
||||||
;; These inputs need to be propagated to satisfy dependent packages.
|
;; These inputs need to be propagated to satisfy dependent packages.
|
||||||
(propagated-inputs (list eigen gflags glog))
|
(propagated-inputs (list eigen gflags glog))
|
||||||
(inputs (list openblas lapack suitesparse))
|
(inputs (list openblas suitesparse))
|
||||||
(synopsis "C++ library for solving large optimization problems")
|
(synopsis "C++ library for solving large optimization problems")
|
||||||
(description
|
(description
|
||||||
"Ceres Solver is a C++ library for modeling and solving large,
|
"Ceres Solver is a C++ library for modeling and solving large,
|
||||||
|
|
Reference in a new issue