diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2024-04-10 09:15:15 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-05-01 23:45:34 +0200 |
commit | 04d4e772e590ad290f84959ee7176f7135951eb8 (patch) | |
tree | cfc08f325e6a1b096e73e2869830f3fe1a6ec56d /gnu/packages/maths.scm | |
parent | 4dec5a30fe9fc7c93618d42bed4fd69b61b8c6a0 (diff) | |
download | guix-04d4e772e590ad290f84959ee7176f7135951eb8.tar.gz |
gnu: scilab: Improve package management robustness in scilab-cli.
* gnu/packages/maths.scm (scilab)[source]<origin>: Improve package management robustness in scilab-cli by allowing tbx_build_help to log the scilab mode incompatibility error and not process the rest of the function instead of failing with it. * gnu/packages/patches/scilab-tbx_build_help.patch : Add patch. * gnu/local.mk(dist_patch_DATA): Add gnu/packages/patches/scilab-tbx_build_help.patch. Change-Id: I8ee94afb4aba906cbc8c7ca67f4c89aa0cf55ae6 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 95bc041e8c..71a7146c89 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -9724,7 +9724,8 @@ computation is supported via MPI.") (sha256 (base32 "08nyfli3x7gd396ffd1a8zn9fj3gm6a8yw0ggm547c09sp2rgvl7")) - (patches (search-patches "scilab-better-compiler-detection.patch")) + (patches (search-patches "scilab-better-compiler-detection.patch" + "scilab-tbx_build_help.patch")) (modules '((guix build utils) (ice-9 ftw))) (snippet |