gnu: mpfrcx: Propagate inputs.
* gnu/packages/algebra.scm (mpfrcx): Propagate inputs gmp, mpfr and mpc.
This commit is contained in:
parent
47e0ba8fe5
commit
878c8f3f47
|
@ -46,9 +46,10 @@
|
||||||
(base32
|
(base32
|
||||||
"0grw66b255r574lvll1bqccm5myj2m8ajzsjaygcyq9zjnnbnhhy"))))
|
"0grw66b255r574lvll1bqccm5myj2m8ajzsjaygcyq9zjnnbnhhy"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("gmp" ,gmp)
|
(propagated-inputs
|
||||||
("mpfr" ,mpfr)
|
`(("gmp" ,gmp)
|
||||||
("mpc" ,mpc)))
|
("mpfr" ,mpfr)
|
||||||
|
("mpc" ,mpc))) ; Header files are included by mpfrcx.h.
|
||||||
(synopsis "Arithmetic of polynomials over arbitrary precision numbers")
|
(synopsis "Arithmetic of polynomials over arbitrary precision numbers")
|
||||||
(description
|
(description
|
||||||
"Mpfrcx is a library for the arithmetic of univariate polynomials over
|
"Mpfrcx is a library for the arithmetic of univariate polynomials over
|
||||||
|
|
Loading…
Reference in New Issue