gnu: pari-gp: Update to 2.7.3.
* gnu/packages/algebra.scm (pari-gp): Update to 2.7.3.
This commit is contained in:
parent
865a69ddc8
commit
f78c66aacc
|
@ -84,22 +84,23 @@ solve the shortest vector problem.")
|
||||||
(define-public pari-gp
|
(define-public pari-gp
|
||||||
(package
|
(package
|
||||||
(name "pari-gp")
|
(name "pari-gp")
|
||||||
(version "2.7.2")
|
(version "2.7.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-"
|
"http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256 (base32
|
(sha256
|
||||||
"1b0hzyhafpxhmiljyhnsh6c27ydsvb2599fshwq2fjfm96awjxmc"))))
|
(base32
|
||||||
|
"02k54m7p47r54lgxqanxvf7pdrss17n8if1qwk5wx0j1px22j0rq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("gmp" ,gmp)
|
(inputs `(("gmp" ,gmp)
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("readline" ,readline)))
|
("readline" ,readline)))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:make-flags '("gp")
|
'(#:make-flags '("gp")
|
||||||
;; FIXME: building the documentation requires tex; once this is available,
|
;; FIXME: building the documentation requires tex; once this is
|
||||||
;; replace "gp" by "all"
|
;; available, replace "gp" by "all"
|
||||||
#:test-target "dobench"
|
#:test-target "dobench"
|
||||||
#:phases
|
#:phases
|
||||||
(alist-replace
|
(alist-replace
|
||||||
|
|
Loading…
Reference in New Issue