diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-06-03 16:24:48 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-06-13 11:02:33 +0200 |
commit | d7456070b8f99d4baa141b8fd39c5d682e01edba (patch) | |
tree | 2824c928ff3c199bd200c671c343e56b410fa020 | |
parent | 07162824d3c651a4d52272d7eb07c2debae0fef5 (diff) |
gnu: scilab: Update to 2025.1.0.
* gnu/packages/maths.scm (scilab): Update to 2025.1.0.
[inputs]: Add rapidjson.
Change-Id: Ice2109d6f72402e095ca7ec1d11729fde08e8416
Signed-off-by: Andreas Enge <andreas@enge.fr>
-rw-r--r-- | gnu/packages/maths.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 9b57b64a78..e6306c081d 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -199,6 +199,7 @@ #:use-module (gnu packages time) #:use-module (gnu packages tls) #:use-module (gnu packages version-control) + #:use-module (gnu packages web) #:use-module (gnu packages wxwidgets) #:use-module (gnu packages xdisorg) #:use-module (gnu packages xml) @@ -10641,7 +10642,7 @@ computation is supported via MPI.") (define-public scilab (package (name "scilab") - (version "2025.0.0") + (version "2025.1.0") (source (origin (method git-fetch) @@ -10651,7 +10652,7 @@ computation is supported via MPI.") (file-name (git-file-name name version)) (sha256 (base32 - "1zn31mby7rwxsnkg91rp92ixhj785hw459krw9k2prs2cxqpn6j5")) + "1db23hla27lfrf1qvk3p4465qqizxb1a6qkjh4k6rzdxgvxdbxng")) (patches (search-patches "scilab-better-compiler-detection.patch" "scilab-tbx_build_help.patch")) (modules '((guix build utils) @@ -10738,6 +10739,7 @@ computation is supported via MPI.") matio ocaml-num openblas + rapidjson readline suitesparse tcl |