[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/11: gnu: scilab: Fix the scilab build script.
From: |
guix-commits |
Subject: |
04/11: gnu: scilab: Fix the scilab build script. |
Date: |
Fri, 4 Oct 2024 17:04:15 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 8570fccfa78ab8a0c925b73494b055378fa57163
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Thu Aug 29 18:25:45 2024 +0200
gnu: scilab: Fix the scilab build script.
* gnu/packages/maths.scm (scilab):
[arguments]<#:phases>: Reintroduce a manual patch for /bin/ls in phase
pre-build. This is necessary because the file is used when scilab
builds macros, even if it is discarded later.
[inputs]: Add coreutils-minimal.
Change-Id: I692fd6696273bfdce0e50b0f688a60e7dc289ce6
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/maths.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 5723655005..ba49edb0c3 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -9966,6 +9966,7 @@ computation is supported via MPI.")
autoconf-archive
automake
bison
+ coreutils-minimal
eigen
flex
gfortran
@@ -10073,6 +10074,10 @@ computation is supported via MPI.")
(("PROGNAME.*") "\n")))))
(add-before 'build 'pre-build
(lambda* (#:key inputs #:allow-other-keys)
+ ;; Fix scilab script.
+ (substitute* "bin/scilab"
+ (("/bin/ls")
+ (search-input-file inputs "bin/ls")))
;; Fix core.start.
(substitute* "modules/core/etc/core.start"
(("'SCI/modules")
- branch master updated (502d811354 -> 73ec844389), guix-commits, 2024/10/04
- 01/11: gnu: guix-modules: Update to 0.2.0., guix-commits, 2024/10/04
- 02/11: gnu: scilab: Update to 2024.1.0., guix-commits, 2024/10/04
- 03/11: gnu: scilab: Cleanup more files., guix-commits, 2024/10/04
- 04/11: gnu: scilab: Fix the scilab build script.,
guix-commits <=
- 05/11: gnu: scilab: Add sanity-check phase., guix-commits, 2024/10/04
- 06/11: gnu: guix-simplyblack-sddm-theme: Update to 0.2., guix-commits, 2024/10/04
- 07/11: gnu: Add guix-simplyblack-sddm-theme-qt5., guix-commits, 2024/10/04
- 08/11: gnu: python-podcastparser: Update to 0.6.10., guix-commits, 2024/10/04
- 09/11: gnu: python-mygpoclient: Update to 1.9., guix-commits, 2024/10/04
- 10/11: gnu: libmygpo-qt: Improve package style., guix-commits, 2024/10/04
- 11/11: gnu: gpodder: Update to 3.11.4., guix-commits, 2024/10/04