Archived
1
0
Fork 0

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:
Romain GARBAGE 2024-03-11 12:06:56 +01:00 committed by Ludovic Courtès
parent 17c9c00521
commit e423df6fa6
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

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