Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stéphane Adjemian
dynare
Commits
d33f1491
Commit
d33f1491
authored
13 years ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Windows package: build against Octave 3.4.3
parent
c152bbed
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
mex/build/octave/mex.am
+0
-1
0 additions, 1 deletion
mex/build/octave/mex.am
windows/README.txt
+2
-2
2 additions, 2 deletions
windows/README.txt
windows/dynare.nsi
+1
-1
1 addition, 1 deletion
windows/dynare.nsi
with
3 additions
and
4 deletions
mex/build/octave/mex.am
+
0
−
1
View file @
d33f1491
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
windows/README.txt
+
2
−
2
View file @
d33f1491
...
@@ -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'
...
...
This diff is collapsed.
Click to expand it.
windows/dynare.nsi
+
1
−
1
View file @
d33f1491
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment