gnu: ceres-solver: Propagate GLOG.
* gnu/packages/maths.scm (ceres)[inputs]: Move GLOG to... [propagated-inputs]: ... here. New field.
This commit is contained in:
parent
ad85791265
commit
468e0b18d1
|
@ -658,12 +658,13 @@ interfaces.")
|
|||
#t)))))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(propagated-inputs
|
||||
`(("glog" ,glog))) ;for #include <glog/glog.h>
|
||||
(inputs
|
||||
`(("eigen" ,eigen)
|
||||
("blas" ,openblas)
|
||||
("lapack" ,lapack)
|
||||
("suitesparse" ,suitesparse)
|
||||
("glog" ,glog)
|
||||
("gflags" ,gflags)))
|
||||
(synopsis "C++ library for solving large optimization problems")
|
||||
(description
|
||||
|
|
Loading…
Reference in New Issue