gnu: flint: Update to 2.6.1.
* gnu/packages/algebra.scm (flint): Update to 2.6.1.
This commit is contained in:
parent
9f3043625d
commit
fa0c177493
1 changed files with 5 additions and 5 deletions
|
@ -440,14 +440,14 @@ or text interfaces) or as a C++ library.")
|
||||||
(define-public flint
|
(define-public flint
|
||||||
(package
|
(package
|
||||||
(name "flint")
|
(name "flint")
|
||||||
(version "2.6.0")
|
(version "2.6.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://flintlib.org/flint-"
|
"http://flintlib.org/flint-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"0h08a71kn8347zsqjamqnmrxjpsnnzpmhvxb6d2xmfrcs6nyv2ch"))))
|
"16dzmymaavlnc966g58yn154vb532j50byihkdy1s32f4vrw578d"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ntl" ,ntl)))
|
`(("ntl" ,ntl)))
|
||||||
|
@ -469,8 +469,8 @@ or text interfaces) or as a C++ library.")
|
||||||
(gmp (assoc-ref inputs "gmp"))
|
(gmp (assoc-ref inputs "gmp"))
|
||||||
(mpfr (assoc-ref inputs "mpfr"))
|
(mpfr (assoc-ref inputs "mpfr"))
|
||||||
(ntl (assoc-ref inputs "ntl")))
|
(ntl (assoc-ref inputs "ntl")))
|
||||||
;; 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-gmp=" gmp)
|
(string-append "--with-gmp=" gmp)
|
||||||
|
|
Reference in a new issue