From e423df6fa61730103aa040a2f92097aed63545bf Mon Sep 17 00:00:00 2001 From: Romain GARBAGE Date: Mon, 11 Mar 2024 12:06:56 +0100 Subject: gnu: ceres: Remove dependency on lapack. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/maths.scm (ceres): Remove dependency to lapack. Change-Id: Iac55faf30a83bbbe3693cac73a9996af8ddcbde7 Signed-off-by: Ludovic Courtès --- gnu/packages/maths.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/maths.scm') 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, -- cgit v1.2.3