svmredlight 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/ext/extconf.rb ADDED
@@ -0,0 +1,6 @@
1
+ require 'mkmf'
2
+ have_header("svm_light/svm_common.h")
3
+ have_library("svmlight")
4
+ $objs = %w{svmredlight.o}
5
+ create_makefile('svmredlight')
6
+