diff options
author | Romain GARBAGE <romain.garbage@inria.fr> | 2024-03-11 12:06:56 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-04-04 16:17:35 +0200 |
commit | e423df6fa61730103aa040a2f92097aed63545bf (patch) | |
tree | 606c59c10b4030e769afad015c5c9c182665cfcc /gnu/packages | |
parent | 17c9c0052194637e50f9fa24e96ed600157ccd90 (diff) | |
download | guix-e423df6fa61730103aa040a2f92097aed63545bf.tar.gz guix-e423df6fa61730103aa040a2f92097aed63545bf.zip |
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 3c589d31c8..ba981852fb 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -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, |