[PATCH] gnu: scilab: Update to 2025.0.0.

  • Open
  • quality assurance status badge
Details
One participant
  • Nicolas Graves
Owner
unassigned
Submitted by
Nicolas Graves
Severity
normal
N
N
Nicolas Graves wrote on 28 Oct 16:21 +0100
(address . guix-patches@gnu.org)(name . Nicolas Graves)(address . ngraves@ngraves.fr)
20241028152153.30577-1-ngraves@ngraves.fr
* gnu/packages/maths.scm (scilab): Update to 2025.0.0.
[inputs]: Replace hdf5-1.1.0 by hdf5-1.14.
---
gnu/packages/maths.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (33 lines)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 4c526113f0..d9f0dac6d9 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -10099,7 +10099,7 @@ (define-public optizelle
(define-public scilab
(package
(name "scilab")
- (version "2024.1.0")
+ (version "2025.0.0")
(source
(origin
(method git-fetch)
@@ -10109,7 +10109,7 @@ (define-public scilab
(file-name (git-file-name name version))
(sha256
(base32
- "1qk0pf1cwcvdqjza9xqkynd90ywq0yh421bz59w5zjzbs40ijnrx"))
+ "1zn31mby7rwxsnkg91rp92ixhj785hw459krw9k2prs2cxqpn6j5"))
(patches (search-patches "scilab-better-compiler-detection.patch"
"scilab-tbx_build_help.patch"))
(modules '((guix build utils)
@@ -10189,7 +10189,7 @@ (define-public scilab
curl
fftw
gettext-minimal
- hdf5-1.10
+ hdf5-1.14
libarchive
libx11
libxml2
--
2.46.0
N
N
Nicolas Graves wrote 35 hours ago
tag 74063 easy
(address . control@debbugs.gnu.org)
87wmhkvxqr.fsf@ngraves.fr
tags 74063 + easy
quit

--
Best regards,
Nicolas Graves
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 74063@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74063
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch