Skip to content
Snippets Groups Projects
Commit 21ceaa5c authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Provisions for MATLAB 7.13 (R2011b)

parent 1018f24f
Branches
Tags
No related merge requests found
...@@ -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
*2011b | *2011B)
MATLAB_VERSION="7.13"
;;
*2011a | *2011A) *2011a | *2011A)
MATLAB_VERSION="7.12" MATLAB_VERSION="7.12"
;; ;;
......
...@@ -101,7 +101,7 @@ else ...@@ -101,7 +101,7 @@ else
addpath(mexpath) addpath(mexpath)
end end
else else
mexpath = [dynareroot '../mex/matlab/win32-7.5-7.12']; mexpath = [dynareroot '../mex/matlab/win32-7.5-7.13'];
if exist(mexpath, 'dir') if exist(mexpath, 'dir')
addpath(mexpath) addpath(mexpath)
end end
...@@ -126,7 +126,7 @@ else ...@@ -126,7 +126,7 @@ else
addpath(mexpath) addpath(mexpath)
end end
else else
mexpath = [dynareroot '../mex/matlab/win64-7.8-7.12']; mexpath = [dynareroot '../mex/matlab/win64-7.8-7.13'];
if exist(mexpath, 'dir') if exist(mexpath, 'dir')
addpath(mexpath) addpath(mexpath)
end end
......
...@@ -80,9 +80,9 @@ Section "MEX files for MATLAB 32-bit, version 7.0 to 7.4 (R14 to R2007a)" ...@@ -80,9 +80,9 @@ Section "MEX files for MATLAB 32-bit, version 7.0 to 7.4 (R14 to R2007a)"
File ..\mex\matlab\win32-7.0-7.4\*.dll File ..\mex\matlab\win32-7.0-7.4\*.dll
SectionEnd SectionEnd
Section "MEX files for MATLAB 32-bit, version 7.5 to 7.12 (R2007b to R2011a)" Section "MEX files for MATLAB 32-bit, version 7.5 to 7.13 (R2007b to R2011b)"
SetOutPath $INSTDIR\mex\matlab\win32-7.5-7.12 SetOutPath $INSTDIR\mex\matlab\win32-7.5-7.13
File ..\mex\matlab\win32-7.5-7.12\*.mexw32 File ..\mex\matlab\win32-7.5-7.13\*.mexw32
SectionEnd SectionEnd
# Currently we don't have that version of MATLAB # Currently we don't have that version of MATLAB
...@@ -101,9 +101,9 @@ Section "MEX files for MATLAB 64-bit, version 7.5 to 7.7 (R2007b to R2008b)" ...@@ -101,9 +101,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 File ..\mex\matlab\win64-7.5-7.7\*.mexw64
SectionEnd SectionEnd
Section "MEX files for MATLAB 64-bit, version 7.8 to 7.12 (R2009a to R2011a)" Section "MEX files for MATLAB 64-bit, version 7.8 to 7.13 (R2009a to R2011b)"
SetOutPath $INSTDIR\mex\matlab\win64-7.8-7.12 SetOutPath $INSTDIR\mex\matlab\win64-7.8-7.13
File ..\mex\matlab\win64-7.8-7.12\*.mexw64 File ..\mex\matlab\win64-7.8-7.13\*.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