]> granicus.if.org Git - liblinear/commit
Using include "linear.h" instead of include "../linear.h"
authorb02902056 <b02902056@ntu.edu.tw>
Wed, 6 May 2015 12:05:24 +0000 (20:05 +0800)
committerb02902056 <b02902056@ntu.edu.tw>
Wed, 6 May 2015 12:05:24 +0000 (20:05 +0800)
commit3b49e53557f0356e339f94ed118994ce9065068c
treed749c2cc421122431ff52890972f791d1b036afb
parent588e2d1c2719c1ad865d3903253bcb322fd528ad
Using include "linear.h" instead of include "../linear.h"

Commented by CarnĂ« Draug <carandraug+dev@gmail.com>:

The Matlab Makefile already has .. on the -I option for the compiler
so this was not required. This was only required for the make.m Matlab
and Octave script, so it was modified to include .. on the search path.

This change is required to build the mex files using a libsvm library
different than the one in this distribution.  Maybe a system-wide
install of libsvm, or just another version for testing.

See the pull request for details: https://github.com/cjlin1/libsvm/pull/29
matlab/linear_model_matlab.c
matlab/make.m
matlab/predict.c
matlab/train.c