Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
3bbdbf83
Commit
3bbdbf83
authored
Mar 21, 2013
by
Sébastien Villemot
Browse files
Provisions for MATLAB 8.1 (R2013a)
parent
db2999d8
Changes
4
Hide whitespace changes
Inline
Side-by-side
m4/ax_matlab_version.m4
View file @
3bbdbf83
dnl Copyright (C) 2009-201
2
Dynare Team
dnl Copyright (C) 2009-201
3
Dynare Team
dnl
dnl This file is part of Dynare.
dnl
...
...
@@ -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
*2013a | *2013A)
MATLAB_VERSION="8.1"
;;
*2012b | *2012B)
MATLAB_VERSION="8.0"
;;
...
...
matlab/dynare_config.m
View file @
3bbdbf83
...
...
@@ -15,7 +15,7 @@ function dynareroot = dynare_config(path_to_dynare,verbose)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2001-201
2
Dynare Team
% Copyright (C) 2001-201
3
Dynare Team
%
% This file is part of Dynare.
%
...
...
@@ -108,7 +108,7 @@ else
addpath
(
mexpath
)
end
else
mexpath
=
[
dynareroot
'../mex/matlab/win32-7.5-8.
0
'
];
mexpath
=
[
dynareroot
'../mex/matlab/win32-7.5-8.
1
'
];
if
exist
(
mexpath
,
'dir'
)
addpath
(
mexpath
)
end
...
...
@@ -128,7 +128,7 @@ else
addpath
(
mexpath
)
end
else
mexpath
=
[
dynareroot
'../mex/matlab/win64-7.8-8.
0
'
];
mexpath
=
[
dynareroot
'../mex/matlab/win64-7.8-8.
1
'
];
if
exist
(
mexpath
,
'dir'
)
addpath
(
mexpath
)
end
...
...
@@ -142,7 +142,7 @@ else
addpath
(
mexpath
)
end
else
mexpath
=
[
dynareroot
'../mex/matlab/osx32-7.5-8.
0
'
];
mexpath
=
[
dynareroot
'../mex/matlab/osx32-7.5-8.
1
'
];
if
exist
(
mexpath
,
'dir'
)
addpath
(
mexpath
)
end
...
...
osx/createOsxFolderForPkg.sh
View file @
3bbdbf83
...
...
@@ -29,7 +29,7 @@ mkdir -p "$INSTALLDIR/contrib/ms-sbvar/TZcode"
mkdir
-p
"
$INSTALLDIR
/mex/octave"
mkdir
-p
"
$INSTALLDIR
/mex/matlab/osx64"
mkdir
"
$INSTALLDIR
/mex/matlab/osx32-7.4"
mkdir
"
$INSTALLDIR
/mex/matlab/osx32-7.5-8.
0
"
mkdir
"
$INSTALLDIR
/mex/matlab/osx32-7.5-8.
1
"
# top level
...
...
@@ -116,17 +116,17 @@ cd $TOP_DYN_DIR/mex/build/matlab
make
# Matlab
cp
$TOP_DYN_DIR
/mex/build/matlab/block_kalman_filter/
*
.mexmaci
$INSTALLDIR
/mex/matlab/osx32-7.5-8.
0
cp
$TOP_DYN_DIR
/mex/build/matlab/bytecode/
*
.mexmaci
$INSTALLDIR
/mex/matlab/osx32-7.5-8.
0
cp
$TOP_DYN_DIR
/mex/build/matlab/dynare_simul_/
*
.mexmaci
$INSTALLDIR
/mex/matlab/osx32-7.5-8.
0
cp
$TOP_DYN_DIR
/mex/build/matlab/gensylv/
*
.mexmaci
$INSTALLDIR
/mex/matlab/osx32-7.5-8.
0
cp
$TOP_DYN_DIR
/mex/build/matlab/k_order_perturbation/
*
.mexmaci
$INSTALLDIR
/mex/matlab/osx32-7.5-8.
0
cp
$TOP_DYN_DIR
/mex/build/matlab/kalman_steady_state/
*
.mexmaci
$INSTALLDIR
/mex/matlab/osx32-7.5-8.
0
cp
$TOP_DYN_DIR
/mex/build/matlab/kronecker/
*
.mexmaci
$INSTALLDIR
/mex/matlab/osx32-7.5-8.
0
cp
$TOP_DYN_DIR
/mex/build/matlab/local_state_space_iterations/
*
.mexmaci
$INSTALLDIR
/mex/matlab/osx32-7.5-8.
0
cp
$TOP_DYN_DIR
/mex/build/matlab/mjdgges/
*
.mexmaci
$INSTALLDIR
/mex/matlab/osx32-7.5-8.
0
cp
$TOP_DYN_DIR
/mex/build/matlab/ms_sbvar/
*
.mexmaci
$INSTALLDIR
/mex/matlab/osx32-7.5-8.
0
cp
$TOP_DYN_DIR
/mex/build/matlab/sobol/
*
.mexmaci
$INSTALLDIR
/mex/matlab/osx32-7.5-8.
0
cp
$TOP_DYN_DIR
/mex/build/matlab/block_kalman_filter/
*
.mexmaci
$INSTALLDIR
/mex/matlab/osx32-7.5-8.
1
cp
$TOP_DYN_DIR
/mex/build/matlab/bytecode/
*
.mexmaci
$INSTALLDIR
/mex/matlab/osx32-7.5-8.
1
cp
$TOP_DYN_DIR
/mex/build/matlab/dynare_simul_/
*
.mexmaci
$INSTALLDIR
/mex/matlab/osx32-7.5-8.
1
cp
$TOP_DYN_DIR
/mex/build/matlab/gensylv/
*
.mexmaci
$INSTALLDIR
/mex/matlab/osx32-7.5-8.
1
cp
$TOP_DYN_DIR
/mex/build/matlab/k_order_perturbation/
*
.mexmaci
$INSTALLDIR
/mex/matlab/osx32-7.5-8.
1
cp
$TOP_DYN_DIR
/mex/build/matlab/kalman_steady_state/
*
.mexmaci
$INSTALLDIR
/mex/matlab/osx32-7.5-8.
1
cp
$TOP_DYN_DIR
/mex/build/matlab/kronecker/
*
.mexmaci
$INSTALLDIR
/mex/matlab/osx32-7.5-8.
1
cp
$TOP_DYN_DIR
/mex/build/matlab/local_state_space_iterations/
*
.mexmaci
$INSTALLDIR
/mex/matlab/osx32-7.5-8.
1
cp
$TOP_DYN_DIR
/mex/build/matlab/mjdgges/
*
.mexmaci
$INSTALLDIR
/mex/matlab/osx32-7.5-8.
1
cp
$TOP_DYN_DIR
/mex/build/matlab/ms_sbvar/
*
.mexmaci
$INSTALLDIR
/mex/matlab/osx32-7.5-8.
1
cp
$TOP_DYN_DIR
/mex/build/matlab/sobol/
*
.mexmaci
$INSTALLDIR
/mex/matlab/osx32-7.5-8.
1
#####################################
...
...
windows/dynare.nsi
View file @
3bbdbf83
...
...
@@ -88,9 +88,9 @@ Section "MEX files for MATLAB 32-bit, version 7.3 to 7.4 (R2006b to R2007a)"
File ..\mex\matlab\win32-7.3-7.4\*.mexw32
SectionEnd
Section "MEX files for MATLAB 32-bit, version 7.5 to 8.
0
(R2007b to R201
2b
)"
SetOutPath $INSTDIR\mex\matlab\win32-7.5-8.
0
File ..\mex\matlab\win32-7.5-8.
0
\*.mexw32
Section "MEX files for MATLAB 32-bit, version 7.5 to 8.
1
(R2007b to R201
3a
)"
SetOutPath $INSTDIR\mex\matlab\win32-7.5-8.
1
File ..\mex\matlab\win32-7.5-8.
1
\*.mexw32
SectionEnd
Section "MEX files for MATLAB 64-bit, version 7.3 to 7.4 (R2006b to R2007a)"
...
...
@@ -103,9 +103,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 8.
0
(R2009a to R201
2b
)"
SetOutPath $INSTDIR\mex\matlab\win64-7.8-8.
0
File ..\mex\matlab\win64-7.8-8.
0
\*.mexw64
Section "MEX files for MATLAB 64-bit, version 7.8 to 8.
1
(R2009a to R201
3a
)"
SetOutPath $INSTDIR\mex\matlab\win64-7.8-8.
1
File ..\mex\matlab\win64-7.8-8.
1
\*.mexw64
SectionEnd
SectionGroupEnd
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment