gnu: mpfrcx: Update to 0.5.
* gnu/packages/algebra.scm (mpfrcx): Update to 0.5 and change licence to lgpl3+.
This commit is contained in:
parent
c53fa8c83a
commit
43a776e294
1 changed files with 4 additions and 4 deletions
|
@ -60,15 +60,15 @@
|
||||||
(define-public mpfrcx
|
(define-public mpfrcx
|
||||||
(package
|
(package
|
||||||
(name "mpfrcx")
|
(name "mpfrcx")
|
||||||
(version "0.4.2")
|
(version "0.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://www.multiprecision.org/mpfrcx/download/mpfrcx-"
|
"http://www.multiprecision.org/downloads/mpfrcx-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0grw66b255r574lvll1bqccm5myj2m8ajzsjaygcyq9zjnnbnhhy"))))
|
"1s968480ymv6w0rnvfp9mxvx98hvi29fkvw8nk4ggzc6azxgwybs"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("gmp" ,gmp)
|
`(("gmp" ,gmp)
|
||||||
|
@ -82,7 +82,7 @@ on the rounding. For the time being, only the few functions needed to
|
||||||
implement the floating point approach to complex multiplication are
|
implement the floating point approach to complex multiplication are
|
||||||
implemented. On the other hand, these comprise asymptotically fast
|
implemented. On the other hand, these comprise asymptotically fast
|
||||||
multiplication routines such as Toom–Cook and the FFT.")
|
multiplication routines such as Toom–Cook and the FFT.")
|
||||||
(license license:lgpl2.1+)
|
(license license:lgpl3+)
|
||||||
(home-page "http://mpfrcx.multiprecision.org/")))
|
(home-page "http://mpfrcx.multiprecision.org/")))
|
||||||
|
|
||||||
(define-public cm
|
(define-public cm
|
||||||
|
|
Reference in a new issue