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
24cb1c07
Commit
24cb1c07
authored
6 years ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Provisions for MATLAB R2018b (9.5)
parent
c6a17abc
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#85
passed
6 years ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
m4/ax_matlab_version.m4
+3
-0
3 additions, 0 deletions
m4/ax_matlab_version.m4
windows/dynare.nsi
+3
-3
3 additions, 3 deletions
windows/dynare.nsi
with
6 additions
and
3 deletions
m4/ax_matlab_version.m4
+
3
−
0
View file @
24cb1c07
...
...
@@ -22,6 +22,9 @@ AC_REQUIRE([AX_MATLAB])
AC_MSG_CHECKING([for MATLAB version])
if test "x$MATLAB_VERSION" != "x"; then
case $MATLAB_VERSION in
*2018b | *2018B)
MATLAB_VERSION="9.5"
;;
*2018a | *2018A)
MATLAB_VERSION="9.4"
;;
...
...
This diff is collapsed.
Click to expand it.
windows/dynare.nsi
+
3
−
3
View file @
24cb1c07
...
...
@@ -103,9 +103,9 @@ Section "MEX files for MATLAB 64-bit, version 7.8 to 9.3 (R2009a to R2017b)"
File ..\mex\matlab\win64-7.8-9.3\*.mexw64
SectionEnd
Section "MEX files for MATLAB 64-bit, version 9.4
(R2018a
)"
SetOutPath $INSTDIR\mex\matlab\win64-9.4
File ..\mex\matlab\win64-9.4\*.mexw64
Section "MEX files for MATLAB 64-bit, version 9.4
to 9.5 (R2018a to R2018b
)"
SetOutPath $INSTDIR\mex\matlab\win64-9.4
-9.5
File ..\mex\matlab\win64-9.4
-9.5
\*.mexw64
SectionEnd
SectionGroupEnd
...
...
This diff is collapsed.
Click to expand it.
Sébastien Villemot
@sebastien
mentioned in commit
cd194d51
·
6 years ago
mentioned in commit
cd194d51
mentioned in commit cd194d514dd6b1a3f67db0fc8e7a6f91920da90a
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