Skip to content
Snippets Groups Projects
Commit d33f1491 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Windows package: build against Octave 3.4.3

parent c152bbed
Branches
Tags
No related merge requests found
...@@ -17,7 +17,6 @@ LIBS += $(shell $(MKOCTFILE) -p BLAS_LIBS) ...@@ -17,7 +17,6 @@ LIBS += $(shell $(MKOCTFILE) -p BLAS_LIBS)
LIBS += $(shell $(MKOCTFILE) -p FFTW_LIBS) LIBS += $(shell $(MKOCTFILE) -p FFTW_LIBS)
LIBS += $(shell $(MKOCTFILE) -p LIBS) LIBS += $(shell $(MKOCTFILE) -p LIBS)
LIBS += $(shell $(MKOCTFILE) -p FLIBS) LIBS += $(shell $(MKOCTFILE) -p FLIBS)
LIBS += $(shell $(MKOCTFILE) -p CXXLIBS) # Only used for Octave/MinGW
all-local: all-local:
$(MKDIR_P) $(top_srcdir)/../../octave $(MKDIR_P) $(top_srcdir)/../../octave
......
...@@ -57,10 +57,10 @@ Using Dynare with Octave ...@@ -57,10 +57,10 @@ Using Dynare with Octave
Dynare is now available for GNU Octave, a free clone of MATLAB (R) (see Dynare is now available for GNU Octave, a free clone of MATLAB (R) (see
<http://www.octave.org>). <http://www.octave.org>).
The recommended Octave distribution is the Octave/MinGW 3.2.4 The recommended Octave distribution is the Octave/MinGW 3.4.3
precompiled binaries from Octave Forge, available at: precompiled binaries from Octave Forge, available at:
http://sourceforge.net/projects/octave/files/Octave_Windows%20-%20MinGW/ http://sourceforge.net/projects/octave/files/Octave_Windows%20-%20MinGW/Octave%203.4.3%20for%20Windows%20MinGW%20Installer/
Every time you run Octave, you should type the two following commands (assuming Every time you run Octave, you should type the two following commands (assuming
that you have installed Dynare at the standard location, and replacing '4.x.y' that you have installed Dynare at the standard location, and replacing '4.x.y'
......
...@@ -108,7 +108,7 @@ SectionEnd ...@@ -108,7 +108,7 @@ SectionEnd
SectionGroupEnd SectionGroupEnd
Section "MEX files for Octave 3.2.4 (MinGW build)" Section "MEX files for Octave 3.4.3 (MinGW build)"
SetOutPath $INSTDIR\mex\octave SetOutPath $INSTDIR\mex\octave
File ..\mex\octave\*.mex ..\mex\octave\*.oct File ..\mex\octave\*.mex ..\mex\octave\*.oct
SectionEnd SectionEnd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment