pkgsrc/math/TinySVM/buildlink3.mk
obache b63f1e0e91 Import TinySVM-0.09 as math/TinySVM.
TinySVM is an implementation of Support Vector Machines (SVMs) [Vapnik 95],
[Vapnik 98] for the problem of pattern recognition. Support Vector Machines is a
new generation learning algorithms based on recent advances in statistical
learning theory, and applied to large number of real-world applications, such as
text categorization, hand-written character recognition.
2010-05-19 11:47:15 +00:00

12 lines
309 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/05/19 11:47:15 obache Exp $
BUILDLINK_TREE+= TinySVM
.if !defined(TINYSVM_BUILDLINK3_MK)
TINYSVM_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.TinySVM+= TinySVM>=0.09
BUILDLINK_PKGSRCDIR.TinySVM?= ../../math/TinySVM
.endif # TINYSVM_BUILDLINK3_MK
BUILDLINK_TREE+= -TinySVM