mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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 @@ (define-public mpfi
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue