[vlfeat] 38/44: Windows: defaults to use MATLAB 2010B for compilation

Dima Kogan dima at secretsauce.net
Wed Sep 16 21:05:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

dkogan-guest pushed a commit to branch master
in repository vlfeat.

commit edc378a722ea0d79e29f4648a54bb62f32b22568
Author: Andrea Vedaldi <vedaldi at gmail.com>
Date:   Thu Jan 15 10:30:34 2015 -0800

    Windows: defaults to use MATLAB 2010B for compilation
    
    This is done in order to create redistributable binaries that are more compatible.
    However, there is no need to use an old MATLAB to compile the library.
---
 Makefile.mak | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.mak b/Makefile.mak
index 70ea991..989ff3a 100644
--- a/Makefile.mak
+++ b/Makefile.mak
@@ -47,7 +47,7 @@ WINSDKROOT = C:\Program Files\Microsoft SDKs\Windows\v7.0A
 !if "$(ARCH)" == "win32"
 !message === COMPILING FOR 32-BIT
 
-MATLABROOT = C:\Program Files (x86)\MATLAB\R2014b
+MATLABROOT = C:\Program Files (x86)\MATLAB\R2010b
 MEX = "$(MATLABROOT)\bin\mex.bat"
 MEXOPT = "$(MATLABROOT)\bin\win32\mexopts\msvc$(MSVSVER)opts.bat"
 MEXEXT = mexw32
@@ -65,7 +65,7 @@ LFLAGS = /MACHINE:X86 \
 !elseif "$(ARCH)" == "win64"
 !message === COMPILING FOR 64-BIT
 
-MATLABROOT = C:\Program Files\MATLAB\R2014b
+MATLABROOT = C:\Program Files\MATLAB\R2010b
 MEX = "$(MATLABROOT)\bin\mex.bat"
 MEXOPT = "$(MATLABROOT)\bin\win64\mexopts\msvc$(MSVSVER)opts.bat"
 MEXEXT = mexw64

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/vlfeat.git



More information about the debian-science-commits mailing list