mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: mpfr: Edit synopsis & description.
* gnu/packages/multiprecision.scm (mpfr)[synopsis, description]: Edit. Define MPFR.
This commit is contained in:
parent
246db47177
commit
5b7900d767
1 changed files with 4 additions and 3 deletions
|
@ -98,10 +98,11 @@ (define-public mpfr
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out" "debug"))
|
(outputs '("out" "debug"))
|
||||||
(propagated-inputs `(("gmp" ,gmp))) ; <mpfr.h> refers to <gmp.h>
|
(propagated-inputs `(("gmp" ,gmp))) ; <mpfr.h> refers to <gmp.h>
|
||||||
(synopsis "C library for arbitrary precision floating-point arithmetic")
|
(synopsis "C library for arbitrary-precision floating-point arithmetic")
|
||||||
(description
|
(description
|
||||||
"GNU MPFR is a C library for performing multiple-precision,
|
"GNU@tie{}@dfn{MPFR} (Multiple Precision Floating-Point Reliably) is a C
|
||||||
floating-point computations with correct rounding.")
|
library for performing multiple-precision, floating-point computations with
|
||||||
|
correct rounding.")
|
||||||
(license lgpl3+)
|
(license lgpl3+)
|
||||||
(home-page "http://www.mpfr.org/")))
|
(home-page "http://www.mpfr.org/")))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue