bf12b23211
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
12 lines
321 B
Makefile
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
|