mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
gnu: giac: Update to 1.9.0-998.
* gnu/packages/algebra.scm (giac): Update to 1.9.0-998. [inputs]: Add nauty. Change-Id: I4db5e89b1b8e2c9e7c23e269b00a1c239672e10f
This commit is contained in:
parent
b99df83c59
commit
ce4981aa4b
1 changed files with 7 additions and 6 deletions
|
|
@ -395,7 +395,7 @@ precision.")
|
|||
(define-public giac
|
||||
(package
|
||||
(name "giac")
|
||||
(version "1.9.0-93")
|
||||
(version "1.9.0-998")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
|
@ -403,11 +403,11 @@ precision.")
|
|||
;; overwrites the release tarball there, introducing a checksum
|
||||
;; mismatch every time. See
|
||||
;; <https://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/README>
|
||||
(uri (string-append "https://www-fourier.ujf-grenoble.fr/"
|
||||
"~parisse/debian/dists/stable/main/source/"
|
||||
"giac_" version ".tar.gz"))
|
||||
(uri (string-append
|
||||
"https://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/"
|
||||
"stable/main/source/giac_" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "11acbgd264vi9r3gzx8js8x2piavhybr97iyrh027qvxlbsdsgqm"))))
|
||||
(base32 "1r71kl21xxf3872r0q25r2b9wpg03zrp08rsnpyqrhajmxb0ljbz"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
@ -445,7 +445,7 @@ precision.")
|
|||
(lambda _
|
||||
(delete-file (string-append #$output "/bin/xcasnew")))))))
|
||||
(inputs
|
||||
;; TODO: Add libnauty, unbundle "libmicropython.a".
|
||||
;; TODO: Unbundle "libmicropython.a".
|
||||
(list ao
|
||||
fltk-1.3
|
||||
glpk-4
|
||||
|
|
@ -461,6 +461,7 @@ precision.")
|
|||
mesa
|
||||
mpfi
|
||||
mpfr
|
||||
(list nauty "lib")
|
||||
ntl
|
||||
openblas
|
||||
pari-gp
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue