guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: mpfrcx: Propagate inputs.


From: Andreas Enge
Subject: 01/03: gnu: mpfrcx: Propagate inputs.
Date: Fri, 24 Jul 2015 16:53:28 +0000

andreas pushed a commit to branch master
in repository guix.

commit 878c8f3f470030b51fb854a205a38df8417f1115
Author: Andreas Enge <address@hidden>
Date:   Fri Jul 24 18:36:15 2015 +0200

    gnu: mpfrcx: Propagate inputs.
    
    * gnu/packages/algebra.scm (mpfrcx): Propagate inputs gmp, mpfr and mpc.
---
 gnu/packages/algebra.scm |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index c344569..01303c3 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -46,9 +46,10 @@
              (base32
               "0grw66b255r574lvll1bqccm5myj2m8ajzsjaygcyq9zjnnbnhhy"))))
    (build-system gnu-build-system)
-   (inputs `(("gmp" ,gmp)
-             ("mpfr" ,mpfr)
-             ("mpc"  ,mpc)))
+   (propagated-inputs
+     `(("gmp" ,gmp)
+       ("mpfr" ,mpfr)
+       ("mpc"  ,mpc))) ; Header files are included by mpfrcx.h.
    (synopsis "Arithmetic of polynomials over arbitrary precision numbers")
    (description
     "Mpfrcx is a library for the arithmetic of univariate polynomials over



reply via email to

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