From: coha Date: Thu, 16 Oct 2014 05:43:09 +0000 (+0800) Subject: Expand the expression of blas to fix the compiling error X-Git-Tag: v195~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2b5a58f98e127410efae756b4ec81559366df90;p=liblinear Expand the expression of blas to fix the compiling error --- diff --git a/matlab/make.m b/matlab/make.m index 3a01890..519aa67 100644 --- a/matlab/make.m +++ b/matlab/make.m @@ -6,8 +6,8 @@ try if(strcmp(Type(1).Name, 'Octave') == 1) mex libsvmread.c mex libsvmwrite.c - mex train.c linear_model_matlab.c ../linear.cpp ../tron.cpp ../blas/*.c - mex predict.c linear_model_matlab.c ../linear.cpp ../tron.cpp ../blas/*.c + mex train.c linear_model_matlab.c ../linear.cpp ../tron.cpp ../blas/daxpy.c ../blas/ddot.c ../blas/dnrm2.c ../blas/dscal.c + mex predict.c linear_model_matlab.c ../linear.cpp ../tron.cpp ../blas/daxpy.c ../blas/ddot.c ../blas/dnrm2.c ../blas/dscal.c % This part is for MATLAB % Add -largeArrayDims on 64-bit machines of MATLAB else