mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
07162824d3
commit
d7456070b8
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue