blob: 5fd161ccb98f0e01457a0efd947599fe2e4e2258 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.2 2020/01/26 17:31:41 rillig Exp $
DISTNAME= svmlin-v1.0
PKGNAME= ${DISTNAME:S/-v/-/}
CATEGORIES= math
MASTER_SITES= http://vikas.sindhwani.org/
MAINTAINER= cheusov@NetBSD.org
HOMEPAGE= https://vikas.sindhwani.org/
COMMENT= Fast Linear SVM Solvers for Supervised and Semi-supervised Learning
LICENSE= gnu-gpl-v2
USE_LANGUAGES= c++
post-extract:
cp "${FILESDIR}/mkc_makefile" "${WRKSRC}"/Makefile
.include "../../devel/mk-configure/mk-c.mk"
.include "../../mk/bsd.pkg.mk"
|