Skip to content
Snippets Groups Projects
Verified Commit 01fabdd9 authored by Sébastien Villemot's avatar Sébastien Villemot Committed by Stéphane Adjemian
Browse files

Windows package: bump to Octave 8.1.0

parent cd0d87e4
Branches
No related tags found
No related merge requests found
...@@ -52,10 +52,10 @@ Using Dynare with Octave ...@@ -52,10 +52,10 @@ Using Dynare with Octave
Dynare also works on top of GNU Octave, a free clone of MATLAB® (see Dynare also works on top of GNU Octave, a free clone of MATLAB® (see
<https://www.octave.org>). <https://www.octave.org>).
This version of Dynare is compiled for Octave 7.3.0 (MinGW, 64-bit), This version of Dynare is compiled for Octave 8.1.0 (MinGW, 64-bit),
and may not work with other versions of Octave. The recommended version of and may not work with other versions of Octave. The recommended version of
Octave can be downloaded at: Octave can be downloaded at:
https://ftpmirror.gnu.org/gnu/octave/windows/octave-7.3.0-w64-installer.exe https://ftpmirror.gnu.org/gnu/octave/windows/octave-8.1.0-w64-installer.exe
Every time you run Octave, you should type the following command (assuming that Every time you run Octave, you should type the following command (assuming that
you have installed Dynare at the standard location, and replacing ‘x.y’ by you have installed Dynare at the standard location, and replacing ‘x.y’ by
......
...@@ -129,7 +129,7 @@ octave64: tarballs/octave-${OCTAVE_VERSION}${OCTAVE_W64_BUILD}-w64.7z ...@@ -129,7 +129,7 @@ octave64: tarballs/octave-${OCTAVE_VERSION}${OCTAVE_W64_BUILD}-w64.7z
mv octave-${OCTAVE_VERSION}-w64 $@ mv octave-${OCTAVE_VERSION}-w64 $@
# Clean up MinGW stuff that interferes with our cross-compiler # Clean up MinGW stuff that interferes with our cross-compiler
cd $@/mingw64/lib && rm -f libadvapi32.a libkernel32.a libmingw32.a libmingwex.a libmoldname.a libmsvcrt.a libpthread.dll.a libshell32.a libuser32.a cd $@/mingw64/lib && rm -f libadvapi32.a libkernel32.a libmingw32.a libmingwex.a libmoldname.a libmsvcrt.a libpthread.dll.a libshell32.a libuser32.a
cd $@/mingw64/include && rm -f $$(grep -l "This file is part of the mingw-w64 runtime package" *.h) cd $@/mingw64/include && rm -f $$(grep -l "This file is part of the mingw-w64 runtime package" *.h) omp.h
touch $@ touch $@
octave: octave64 octave: octave64
......
SLICOT_VERSION = 5.0+20101122 SLICOT_VERSION = 5.0+20101122
X13AS_VERSION = 1-1-b59 X13AS_VERSION = 1-1-b59
OCTAVE_VERSION = 7.3.0 OCTAVE_VERSION = 8.1.0
OCTAVE_W64_BUILD = OCTAVE_W64_BUILD =
MATLAB64_VERSION = 20200930 MATLAB64_VERSION = 20200930
......
...@@ -105,7 +105,7 @@ Section "MinGW compiler for MATLAB 64-bit" ...@@ -105,7 +105,7 @@ Section "MinGW compiler for MATLAB 64-bit"
File /r deps\mingw64\* File /r deps\mingw64\*
SectionEnd SectionEnd
Section "MEX files for Octave 7.3.0 (64-bit)" Section "MEX files for Octave 8.1.0 (64-bit)"
SetOutPath $INSTDIR\mex\octave\win64 SetOutPath $INSTDIR\mex\octave\win64
File ..\mex\octave\win64\* File ..\mex\octave\win64\*
SectionEnd SectionEnd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment