summaryrefslogtreecommitdiff
path: root/Examples/Makefile.in
diff options
context:
space:
mode:
authorClément DAVID <clement.david@esi-group.com>2021-04-13 15:06:04 +0200
committerClément DAVID <clement.david@esi-group.com>2022-02-21 10:01:27 +0100
commitce6c0c47f696662132d33eb2210c5731a986837b (patch)
tree90e10483ae78036dbca55a1cf95dd94e54a43aad /Examples/Makefile.in
parent5e85cf617a0fe32123ee12d2c73472ae0a720e64 (diff)
downloadswig-ce6c0c47f696662132d33eb2210c5731a986837b.tar.gz
Add Scilab 5.5.2 6.0.2 and 6.1.0 from upstream
This commit log Scilab version at ./configure to ease maintenance. It uses Scilab include next to the bin directory which will work for both system-wide install and binaries from scilab.org. SCILAB_VERSION is define as an automake variable for easier failure investigation. Note: the Ubuntu Scilab version is used when available, in the current CI config there is: * Scilab 5.5 from scilab.org * Scilab 6.0 from Ubuntu 18.04 * Scilab 6.1 from Ubuntu 20.04
Diffstat (limited to 'Examples/Makefile.in')
-rw-r--r--Examples/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Examples/Makefile.in b/Examples/Makefile.in
index eeb7a25a5..67db611b7 100644
--- a/Examples/Makefile.in
+++ b/Examples/Makefile.in
@@ -1357,6 +1357,7 @@ r_clean:
SCILAB = @SCILAB@
SCILAB_INC= @SCILABINCLUDE@
SCILAB_OPT = @SCILABOPT@
+SCILAB_VERSION = @SCILAB_VERSION@
SCILAB_LIBPREFIX = lib
# ----------------------------------------------------------------
@@ -1389,7 +1390,7 @@ scilab_run:
# -----------------------------------------------------------------
scilab_version:
- echo `$(SCILAB) -version | head -1`
+ echo `$(SCILAB) -nwni -version | head -1`
# -----------------------------------------------------------------
# Cleaning the scilab examples