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
Container registry
Model registry
Operate
Environments
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
Dynare
dynare
Commits
873685e7
Verified
Commit
873685e7
authored
2 years ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Windows package: bump to Octave 8.2.0
parent
ebee041d
No related branches found
No related tags found
No related merge requests found
Pipeline
#8363
passed
2 years ago
Stage: build
Stage: test
Stage: pkg
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
windows/README.txt
+2
-2
2 additions, 2 deletions
windows/README.txt
windows/deps/versions.mk
+1
-1
1 addition, 1 deletion
windows/deps/versions.mk
windows/dynare.nsi
+1
-1
1 addition, 1 deletion
windows/dynare.nsi
with
4 additions
and
4 deletions
windows/README.txt
+
2
−
2
View file @
873685e7
...
@@ -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 8.
1
.0 (MinGW, 64-bit),
This version of Dynare is compiled for Octave 8.
2
.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-8.
1
.0-w64-installer.exe
https://ftpmirror.gnu.org/gnu/octave/windows/octave-8.
2
.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
...
...
This diff is collapsed.
Click to expand it.
windows/deps/versions.mk
+
1
−
1
View file @
873685e7
SLICOT_VERSION
=
5.0+20101122
SLICOT_VERSION
=
5.0+20101122
X13AS_VERSION
=
1-1-b59
X13AS_VERSION
=
1-1-b59
OCTAVE_VERSION
=
8.
1
.0
OCTAVE_VERSION
=
8.
2
.0
OCTAVE_W64_BUILD
=
OCTAVE_W64_BUILD
=
MATLAB64_VERSION
=
20200930
MATLAB64_VERSION
=
20200930
...
...
This diff is collapsed.
Click to expand it.
windows/dynare.nsi
+
1
−
1
View file @
873685e7
...
@@ -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 8.
1
.0 (64-bit)"
Section "MEX files for Octave 8.
2
.0 (64-bit)"
SetOutPath $INSTDIR\mex\octave\win64
SetOutPath $INSTDIR\mex\octave\win64
File ..\mex\octave\win64\*
File ..\mex\octave\win64\*
SectionEnd
SectionEnd
...
...
This diff is collapsed.
Click to expand it.
Sébastien Villemot
@sebastien
mentioned in commit
7fbcb519
·
2 years ago
mentioned in commit
7fbcb519
mentioned in commit 7fbcb51962329362e08ef7c9c2a85941b09b7adf
Toggle commit list
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