gnu: arb: Update to 2.17.0.

* gnu/packages/algebra.scm (arb): Update to 2.17.0.
[home-page]: Replace with a working one.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-30 04:27:43 +01:00
parent c10f6c5ab4
commit faefa2eda3
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -483,7 +483,7 @@ (define-public flint
(define-public arb (define-public arb
(package (package
(name "arb") (name "arb")
(version "2.16.0") (version "2.17.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -492,7 +492,7 @@ (define-public arb
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0478671wfwy3gl26sbxh1jq1ih36z4k72waa8y2y2lvn649gb7cd")))) "05lpy3hkl5f8ik19aw40cqydrb932xaf2n8hbq9ib5dnk7f010p1"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(propagated-inputs (propagated-inputs
`(("flint" ,flint))) ; flint.h is included by arf.h `(("flint" ,flint))) ; flint.h is included by arf.h
@ -508,8 +508,8 @@ (define-public arb
(flint (assoc-ref inputs "flint")) (flint (assoc-ref inputs "flint"))
(gmp (assoc-ref inputs "gmp")) (gmp (assoc-ref inputs "gmp"))
(mpfr (assoc-ref inputs "mpfr"))) (mpfr (assoc-ref inputs "mpfr")))
;; do not pass "--enable-fast-install", which makes the ;; Do not pass "--enable-fast-install", which makes the
;; homebrew configure process fail ;; homebrew configure process fail.
(invoke "./configure" (invoke "./configure"
(string-append "--prefix=" out) (string-append "--prefix=" out)
(string-append "--with-flint=" flint) (string-append "--with-flint=" flint)
@ -522,7 +522,7 @@ (define-public arb
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://fredrikj.net/arb/"))) (home-page "http://arblib.org")))
(define-public python-flint (define-public python-flint
(package (package