Algorithm-SVMLight

 view release on metacpan or  search on metacpan

SVMLight.patch  view on Meta::CPAN

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff -urb svm_light/Makefile svm_light-new/Makefile
--- svm_light/Makefile  2008-10-08 14:38:53.000000000 -0500
+++ svm_light-new/Makefile      2008-11-18 14:06:33.000000000 -0600
@@ -16,17 +16,25 @@
 #CFLAGS= $(SFLAGS) -pg -Wall -pedantic      # debugging C-Compiler flags
 #LFLAGS= $(SFLAGS) -pg                      # debugging linker flags
 LIBS=-L. -lm                               # used libraries
+RANLIB=ranlib
  
-all: svm_learn_hideo svm_classify
+OPTIM=hideo
+
+all: svm_learn svm_classify libsvmlight.a libsvmlight.so
+
+libsvmlight.a: svm_learn.o svm_common.o svm_$(OPTIM).o
+       $(AR) r $@ $^



( run in 1.042 second using v1.01-cache-2.11-cpan-95122f20152 )