gnu: mpfi: Update home page.
* gnu/packages/multiprecision.scm (mpfi): Use more specific home page.
This commit is contained in:
parent
36757e02c6
commit
968612b76a
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ precision and correctly rounds the results.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("gmp" ,gmp) ; <mpfi.h> refers to both
|
`(("gmp" ,gmp) ; <mpfi.h> refers to both
|
||||||
("mpfr" ,mpfr)))
|
("mpfr" ,mpfr)))
|
||||||
(home-page "https://perso.ens-lyon.fr/nathalie.revol/software.html")
|
(home-page "https://gforge.inria.fr/projects/mpfi/")
|
||||||
(synopsis "C library for arbitrary-precision interval arithmetic")
|
(synopsis "C library for arbitrary-precision interval arithmetic")
|
||||||
(description
|
(description
|
||||||
"@acronym{MPFI, Multiple Precision Floating-point Interval} is a portable C
|
"@acronym{MPFI, Multiple Precision Floating-point Interval} is a portable C
|
||||||
|
|
Reference in a new issue