mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -658,12 +658,13 @@ (define-public ceres
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("glog" ,glog))) ;for #include <glog/glog.h>
|
||||||
(inputs
|
(inputs
|
||||||
`(("eigen" ,eigen)
|
`(("eigen" ,eigen)
|
||||||
("blas" ,openblas)
|
("blas" ,openblas)
|
||||||
("lapack" ,lapack)
|
("lapack" ,lapack)
|
||||||
("suitesparse" ,suitesparse)
|
("suitesparse" ,suitesparse)
|
||||||
("glog" ,glog)
|
|
||||||
("gflags" ,gflags)))
|
("gflags" ,gflags)))
|
||||||
(synopsis "C++ library for solving large optimization problems")
|
(synopsis "C++ library for solving large optimization problems")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue