aboutsummaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2024-04-10 09:15:14 +0200
committerLudovic Courtès <ludo@gnu.org>2024-05-01 23:45:24 +0200
commit4dec5a30fe9fc7c93618d42bed4fd69b61b8c6a0 (patch)
tree7991955b900942eddde4f153cb78af5484be4ecd /gnu/local.mk
parentdf1a6c725939ae5ff026f6a4333d7aa94608430d (diff)
downloadguix-4dec5a30fe9fc7c93618d42bed4fd69b61b8c6a0.tar
guix-4dec5a30fe9fc7c93618d42bed4fd69b61b8c6a0.tar.gz
gnu: scilab: Fixup and improve compilerDetection.sh script.
* gnu/packages/maths.scm (scilab) [arguments]<#:phases>: Fix compilerDetection.sh script in phase bootstrap-dynamic_link-scripts. [source]<origin>(patches): Add scilab-better-compiler-detection.patch. * gnu/packages/patches/scilab-better-compiler-detection.patch: Add file. * gnu/local.mk(dist_path_DATA): Add scilab-better-compiler-detection.patch. Change-Id: I7b1c78c4637fa1bc965eca8c516bf0b6cd4b92d1 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index f1dab53f2b..62b707e203 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -2050,6 +2050,7 @@ dist_patch_DATA = \
%D%/packages/patches/sbcl-png-fix-sbcl-compatibility.patch \
%D%/packages/patches/scalapack-gcc-10-compilation.patch \
%D%/packages/patches/scheme48-tests.patch \
+ %D%/packages/patches/scilab-better-compiler-detection.patch \
%D%/packages/patches/scons-test-environment.patch \
%D%/packages/patches/screen-hurd-path-max.patch \
%D%/packages/patches/scsh-nonstring-search-path.patch \