guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: ceres-solver: Propagate GLOG.


From: Ludovic Courtès
Subject: 02/02: gnu: ceres-solver: Propagate GLOG.
Date: Wed, 29 Jun 2016 14:09:09 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 468e0b18d1eff7c8aedfe84edc00feca320e95a7
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jun 29 16:07:48 2016 +0200

    gnu: ceres-solver: Propagate GLOG.
    
    * gnu/packages/maths.scm (ceres)[inputs]: Move GLOG to...
    [propagated-inputs]: ... here.  New field.
---
 gnu/packages/maths.scm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 4be5342..d3b10d5 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]