[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: flint: Propagate inputs gmp and mpfr.
From: |
Andreas Enge |
Subject: |
01/02: gnu: flint: Propagate inputs gmp and mpfr. |
Date: |
Fri, 20 Mar 2015 16:10:41 +0000 |
andreas pushed a commit to branch master
in repository guix.
commit df15d17d8df6595aeb03a66e5160da07c5152561
Author: Andreas Enge <address@hidden>
Date: Fri Mar 20 16:45:02 2015 +0100
gnu: flint: Propagate inputs gmp and mpfr.
* gnu/packages/algebra.scm (flint): Propagate inputs gmp and mpfr.
---
gnu/packages/algebra.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index da8dab9..da92ed3 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -167,9 +167,9 @@ GP2C, the GP to C compiler, translates GP scripts to PARI
programs.")
(sha256 (base32
"1isv1sfv8sg3qvf0d99apdfi3jnql95xfzszcawdf1pgjj9rwyf4"))))
(build-system gnu-build-system)
- (inputs
+ (propagated-inputs
`(("gmp" ,gmp)
- ("mpfr" ,mpfr)))
+ ("mpfr" ,mpfr))) ; header files from both are included by flint/arith.h
(arguments
`(#:phases
(alist-replace