gnu: ceres-solver: Propagate GLOG.

* gnu/packages/maths.scm (ceres)[inputs]: Move GLOG to...
[propagated-inputs]: ... here.  New field.
master
Ludovic Courtès 2016-06-29 16:07:48 +02:00
parent ad85791265
commit 468e0b18d1
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 1 deletions

View File

@ -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