Skip to content
Snippets Groups Projects
Commit 4f3b35ac authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Account for Matlab 2017a.

(cherry picked from commit f3a1619040fbb831830791424015d3d3bf8bdbae)
parent ea13b12c
Branches
No related tags found
No related merge requests found
......@@ -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
*2017a | *2017A)
MATLAB_VERSION="9.2"
;;
*2016b | *2016B)
MATLAB_VERSION="9.1"
;;
......
......@@ -48,7 +48,7 @@ else
end
end
else
tmp = [dynareroot '../mex/matlab/win64-7.8-9.1/'];
tmp = [dynareroot '../mex/matlab/win64-7.8-9.2/'];
if exist(tmp, 'dir')
mexpath = tmp;
if modifypath
......
......@@ -98,9 +98,9 @@ Section "MEX files for MATLAB 64-bit, version 7.5 to 7.7 (R2007b to R2008b)"
File ..\mex\matlab\win64-7.5-7.7\*.mexw64
SectionEnd
Section "MEX files for MATLAB 64-bit, version 7.8 to 9.1 (R2009a to R2016b)"
SetOutPath $INSTDIR\mex\matlab\win64-7.8-9.1
File ..\mex\matlab\win64-7.8-9.1\*.mexw64
Section "MEX files for MATLAB 64-bit, version 7.8 to 9.2 (R2009a to R2017a)"
SetOutPath $INSTDIR\mex\matlab\win64-7.8-9.2
File ..\mex\matlab\win64-7.8-9.2\*.mexw64
SectionEnd
SectionGroupEnd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment