Skip to content
Snippets Groups Projects
Commit 878c8f3f authored by Andreas Enge's avatar Andreas Enge
Browse files

gnu: mpfrcx: Propagate inputs.

* gnu/packages/algebra.scm (mpfrcx): Propagate inputs gmp, mpfr and mpc.
parent 47e0ba8f
No related branches found
No related tags found
No related merge requests found
......@@ -46,9 +46,10 @@ (define-public mpfrcx
(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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment