mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
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:
committed by
Ludovic Courtès
parent
17c9c00521
commit
e423df6fa6
@@ -2859,7 +2859,7 @@ with constraints.")
|
||||
(native-inputs (list pkg-config))
|
||||
;; These inputs need to be propagated to satisfy dependent packages.
|
||||
(propagated-inputs (list eigen gflags glog))
|
||||
(inputs (list openblas lapack suitesparse))
|
||||
(inputs (list openblas suitesparse))
|
||||
(synopsis "C++ library for solving large optimization problems")
|
||||
(description
|
||||
"Ceres Solver is a C++ library for modeling and solving large,
|
||||
|
||||
Reference in New Issue
Block a user