Skip to content
Snippets Groups Projects
Verified Commit c986be54 authored by Houtan Bastani's avatar Houtan Bastani Committed by Sébastien Villemot
Browse files

build support for Matlab R2019b

(cherry picked from commit a1a4168c)
parent 0108d603
No related branches found
No related tags found
No related merge requests found
dnl Copyright (C) 2009-2016 Dynare Team dnl Copyright (C) 2009-2019 Dynare Team
dnl dnl
dnl This file is part of Dynare. dnl This file is part of Dynare.
dnl dnl
...@@ -22,6 +22,9 @@ AC_REQUIRE([AX_MATLAB]) ...@@ -22,6 +22,9 @@ AC_REQUIRE([AX_MATLAB])
AC_MSG_CHECKING([for MATLAB version]) AC_MSG_CHECKING([for MATLAB version])
if test "x$MATLAB_VERSION" != "x"; then if test "x$MATLAB_VERSION" != "x"; then
case $MATLAB_VERSION in case $MATLAB_VERSION in
*2019b | *2019B)
MATLAB_VERSION="9.7"
;;
*2019a | *2019A) *2019a | *2019A)
MATLAB_VERSION="9.6" MATLAB_VERSION="9.6"
;; ;;
......
...@@ -103,9 +103,9 @@ Section "MEX files for MATLAB 64-bit, version 7.8 to 9.3 (R2009a to R2017b)" ...@@ -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 File ..\mex\matlab\win64-7.8-9.3\*.mexw64
SectionEnd SectionEnd
Section "MEX files for MATLAB 64-bit, version 9.4 to 9.5 (R2018a to R2019a)" Section "MEX files for MATLAB 64-bit, version 9.4 to 9.7 (R2018a to R2019b)"
SetOutPath $INSTDIR\mex\matlab\win64-9.4-9.6 SetOutPath $INSTDIR\mex\matlab\win64-9.4-9.7
File ..\mex\matlab\win64-9.4-9.6\*.mexw64 File ..\mex\matlab\win64-9.4-9.7\*.mexw64
SectionEnd SectionEnd
SectionGroupEnd SectionGroupEnd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment