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>
This commit is contained in:
Nicolas Graves 2025-06-03 16:24:48 +02:00 committed by Andreas Enge
parent 07162824d3
commit d7456070b8
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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