]> granicus.if.org Git - liblinear/commitdiff
remove duplicated blas.h in blas/Makefile
authorguestwalk <guestwalk@16e7d947-dcc2-db11-b54a-0017319806e7>
Wed, 10 Oct 2012 04:49:54 +0000 (04:49 +0000)
committerguestwalk <guestwalk@16e7d947-dcc2-db11-b54a-0017319806e7>
Wed, 10 Oct 2012 04:49:54 +0000 (04:49 +0000)
fix a syntax bug in matlab/predict.c
update windows binary

blas/Makefile
matlab/predict.c
windows/liblinear.dll
windows/predict.exe
windows/predict.mexw64
windows/train.exe
windows/train.mexw64

index 2be0186ef7f17c3544ebd19511e3d28be904e837..895fd244cdbc7d5cb517f6b6a39ba5d80582aa03 100644 (file)
@@ -1,7 +1,7 @@
 AR     = ar rcv
 RANLIB = ranlib 
 
-HEADERS = blas.h blas.h blasp.h
+HEADERS = blas.h blasp.h
 FILES = dnrm2.o daxpy.o ddot.o dscal.o 
 
 CFLAGS = $(OPTFLAGS) 
index 48552684ed5986a884d2ae7a3734242643df86e8..b1d56d5ee78de9d390c4861938f708712391da6b 100644 (file)
@@ -220,9 +220,9 @@ void mexFunction( int nlhs, mxArray *plhs[],
                int nrhs, const mxArray *prhs[] )
 {
        int prob_estimate_flag = 0;
-       info = &mexPrintf;
        struct model *model_;
        char cmd[CMD_LEN];
+       info = &mexPrintf;
        col_format_flag = 0;
 
        if(nrhs > 5 || nrhs < 3)
index f2c4e87b9ee515e606c0c345449b8b4244b88a23..8c7b3b76d1573df0e3db307aa4261b76774e9d08 100755 (executable)
Binary files a/windows/liblinear.dll and b/windows/liblinear.dll differ
index cb2b4fdd697fb0329bb837c33513aa2e01911b8d..2a19e55c0a5559a18d9f828777de3aee2c23e1cf 100755 (executable)
Binary files a/windows/predict.exe and b/windows/predict.exe differ
index 395332bcc84195935fd3d69c4f0192729c5e0979..d48c07e02d3d5cd1fe35c480d95e6f5263c012f5 100755 (executable)
Binary files a/windows/predict.mexw64 and b/windows/predict.mexw64 differ
index 66584a28882f3c4c165294f22bac673cefc9608c..31ca3194ae17e3be54d8361f9f0c31480d5795e9 100755 (executable)
Binary files a/windows/train.exe and b/windows/train.exe differ
index 652f7995f71edf7ba6c54275e986bad9ed7dd9a3..3348a03ce741de5aec71db61ba1f580de68378de 100755 (executable)
Binary files a/windows/train.mexw64 and b/windows/train.mexw64 differ