v4 mex: added compilation flag for Linux 64 bits

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1889 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
sebastien 2008-06-20 16:33:06 +00:00
parent 06d886b370
commit e315e73577
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ if strcmpi('GLNX86', computer) || strcmpi('GLNXA64', computer) ...
|| strcmpi('MACI', computer) || strcmpi('MAC', computer)
% GNU/Linux (x86-32 or x86-64) or MacOS (Intel or PPC)
if strcmpi('GLNXA64', computer) % 64 bits ?
COMPILE_OPTIONS = [ COMPILE_OPTIONS ' -largeArrayDims' ];
COMPILE_OPTIONS = [ COMPILE_OPTIONS ' -largeArrayDims -DMX_COMPAT_32' ];
end
LAPACK_PATH = '-lmwlapack';
if VERSION <= 7.4