Archived
1
0
Fork 0

gnu: flint: Update to 2.6.3.

* gnu/packages/algebra.scm (flint): Update to 2.6.3.
[license]: Update to LGPL 2.1+.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-15 12:31:06 +02:00
parent 95b90decd3
commit eefa30c1c6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -440,15 +440,13 @@ or text interfaces) or as a C++ library.")
(define-public flint (define-public flint
(package (package
(name "flint") (name "flint")
;; When updating this package, change its licence to lgpl2.1+. (version "2.6.3")
;; https://github.com/wbhart/flint2/issues/812
(version "2.6.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://flintlib.org/flint-" version ".tar.gz")) (uri (string-append "http://flintlib.org/flint-" version ".tar.gz"))
(sha256 (sha256
(base32 "1np1p8dx4g3jnlfr1sxmi1jdk2pb57crskm0ch2w2l1v7h8lb6sz")))) (base32 "1qrf6hzbbmg7mhkhbb0bab8z2xpdnba5cj4kmmf72lzs0457a6nf"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("ntl" ,ntl))) `(("ntl" ,ntl)))
@ -490,7 +488,7 @@ Operations that can be performed include conversions, arithmetic,
GCDs, factoring, solving linear systems, and evaluating special GCDs, factoring, solving linear systems, and evaluating special
functions. In addition, FLINT provides various low-level routines for functions. In addition, FLINT provides various low-level routines for
fast arithmetic.") fast arithmetic.")
(license license:gpl2+) (license license:lgpl2.1+)
(home-page "http://flintlib.org/"))) (home-page "http://flintlib.org/")))
(define-public arb (define-public arb