~ruther/guix-local

d7456070b8f99d4baa141b8fd39c5d682e01edba — Nicolas Graves 1 year, 1 month ago 0716282
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>
1 files changed, 4 insertions(+), 2 deletions(-)

M gnu/packages/maths.scm
M gnu/packages/maths.scm => gnu/packages/maths.scm +4 -2
@@ 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