gnu: arb: Use HTTPS home page URI.
* gnu/packages/algebra.scm (arb)[home-page]: Use HTTPS URI. Move above synopsis.master
parent
ff0725f626
commit
2f4dcff4c2
|
@ -533,14 +533,14 @@ fast arithmetic.")
|
||||||
(string-append "--with-flint=" flint)
|
(string-append "--with-flint=" flint)
|
||||||
(string-append "--with-gmp=" gmp)
|
(string-append "--with-gmp=" gmp)
|
||||||
(string-append "--with-mpfr=" mpfr))))))))
|
(string-append "--with-mpfr=" mpfr))))))))
|
||||||
|
(home-page "https://arblib.org")
|
||||||
(synopsis "Arbitrary precision floating-point ball arithmetic")
|
(synopsis "Arbitrary precision floating-point ball arithmetic")
|
||||||
(description
|
(description
|
||||||
"Arb is a C library for arbitrary-precision floating-point ball
|
"Arb is a C library for arbitrary-precision floating-point ball
|
||||||
arithmetic. It supports efficient high-precision computation with
|
arithmetic. It supports efficient high-precision computation with
|
||||||
polynomials, power series, matrices and special functions over the
|
polynomials, power series, matrices and special functions over the
|
||||||
real and complex numbers, with automatic, rigorous error control.")
|
real and complex numbers, with automatic, rigorous error control.")
|
||||||
(license license:lgpl2.1+)
|
(license license:lgpl2.1+)))
|
||||||
(home-page "http://arblib.org")))
|
|
||||||
|
|
||||||
(define-public python-flint
|
(define-public python-flint
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue