Windows package: fix compilation of MEX files for Octave

The runners no longer have an octave binary in the PATH, so the configure
script fails. We pass a dummy value for the location of the Octave
binary (which is actually not run, because we don’t execute the testsuite).

(cherry picked from commit 7a966a3088)
time-shift
Sébastien Villemot 2020-12-03 17:31:46 +01:00
parent be8eae7fd9
commit f508a69f16
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ build_windows_octave_mex_64 ()
--with-matio="$LIB64_MSYS2" \
--with-slicot="$LIB64"/Slicot/with-underscore \
MKOCTFILE="$ROOT_DIRECTORY"/deps/mkoctfile64 \
OCTAVE=/bin/true \
PACKAGE_VERSION="$VERSION" \
PACKAGE_STRING="dynare $VERSION"
make -j"$NTHREADS" all