pkgsrc/math/liblinear/buildlink3.mk
adam bf12b23211 Changes 2.11:
We have improved the trust-region update rule in the primal-based Newton method. It's significantly faster (e.g., twice faster or more) on some problems (see the technical report).
We now support scipy objects in the Python interface
2017-05-21 10:40:28 +00:00

12 lines
321 B
Makefile

# $NetBSD: buildlink3.mk,v 1.2 2017/05/21 10:40:28 adam Exp $
BUILDLINK_TREE+= liblinear
.if !defined(LIBLINEAR_BUILDLINK3_MK)
LIBLINEAR_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.liblinear+= liblinear>=2.1
BUILDLINK_PKGSRCDIR.liblinear?= ../../math/liblinear
.endif # LIBLINEAR_BUILDLINK3_MK
BUILDLINK_TREE+= -liblinear