diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-02-15 17:36:33 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-02-15 21:17:46 +0100 |
| commit | ce4981aa4bdeb7f774338fc2c37a5e9872075b53 (patch) | |
| tree | 246f3b0463d55ce8271e20933b3f1612c7a9df77 /gnu | |
| parent | b99df83c591104655a6b387817d8f7bb3c50204c (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/algebra.scm | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index 4d7f9d95e0d..1ded3cd7465 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm | |||
| @@ -395,7 +395,7 @@ precision.") | |||
| 395 | (define-public giac | 395 | (define-public giac |
| 396 | (package | 396 | (package |
| 397 | (name "giac") | 397 | (name "giac") |
| 398 | (version "1.9.0-93") | 398 | (version "1.9.0-998") |
| 399 | (source | 399 | (source |
| 400 | (origin | 400 | (origin |
| 401 | (method url-fetch) | 401 | (method url-fetch) |
| @@ -403,11 +403,11 @@ precision.") | |||
| 403 | ;; overwrites the release tarball there, introducing a checksum | 403 | ;; overwrites the release tarball there, introducing a checksum |
| 404 | ;; mismatch every time. See | 404 | ;; mismatch every time. See |
| 405 | ;; <https://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/README> | 405 | ;; <https://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/README> |
| 406 | (uri (string-append "https://www-fourier.ujf-grenoble.fr/" | 406 | (uri (string-append |
| 407 | "~parisse/debian/dists/stable/main/source/" | 407 | "https://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/" |
| 408 | "giac_" version ".tar.gz")) | 408 | "stable/main/source/giac_" version ".tar.gz")) |
| 409 | (sha256 | 409 | (sha256 |
| 410 | (base32 "11acbgd264vi9r3gzx8js8x2piavhybr97iyrh027qvxlbsdsgqm")))) | 410 | (base32 "1r71kl21xxf3872r0q25r2b9wpg03zrp08rsnpyqrhajmxb0ljbz")))) |
| 411 | (build-system gnu-build-system) | 411 | (build-system gnu-build-system) |
| 412 | (arguments | 412 | (arguments |
| 413 | (list | 413 | (list |
| @@ -445,7 +445,7 @@ precision.") | |||
| 445 | (lambda _ | 445 | (lambda _ |
| 446 | (delete-file (string-append #$output "/bin/xcasnew"))))))) | 446 | (delete-file (string-append #$output "/bin/xcasnew"))))))) |
| 447 | (inputs | 447 | (inputs |
| 448 | ;; TODO: Add libnauty, unbundle "libmicropython.a". | 448 | ;; TODO: Unbundle "libmicropython.a". |
| 449 | (list ao | 449 | (list ao |
| 450 | fltk-1.3 | 450 | fltk-1.3 |
| 451 | glpk-4 | 451 | glpk-4 |
| @@ -461,6 +461,7 @@ precision.") | |||
| 461 | mesa | 461 | mesa |
| 462 | mpfi | 462 | mpfi |
| 463 | mpfr | 463 | mpfr |
| 464 | (list nauty "lib") | ||
| 464 | ntl | 465 | ntl |
| 465 | openblas | 466 | openblas |
| 466 | pari-gp | 467 | pari-gp |
