gnu: ceres: Propagate eigen and gflags.

* gnu/packages/maths.scm (ceres)[inputs]: Move eigen and gflags to ...
[propagated-inputs]: ... here.
This commit is contained in:
Vinicius Monego 2023-07-30 11:19:01 -03:00
parent 65bcdd807d
commit 962e246509
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -2859,16 +2859,10 @@ (define-public ceres
(substitute* "CMakeLists.txt"
(("set\\(LIB_SUFFIX \"64\"\\)")
"set(LIB_SUFFIX \"\")")))))))
(native-inputs
(list pkg-config))
(propagated-inputs
(list glog)) ;for #include <glog/glog.h>
(inputs
(list eigen
openblas
lapack
suitesparse
gflags))
(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))
(synopsis "C++ library for solving large optimization problems")
(description
"Ceres Solver is a C++ library for modeling and solving large,