pkgsrc/math/R-FNN/Makefile
wen f4f7e81d97 Import FNN-1.1 as math/R-FNN.
Cover-tree and kd-tree fast k-nearest neighbor search algorithms
and related applications including KNN classification, regression
and information measures are implemented.
2016-02-25 01:09:37 +00:00

17 lines
403 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/02/25 01:09:37 wen Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/FNN/
COMMENT= Fast Nearest Neighbor Search Algorithms and Applications
LICENSE= gnu-gpl-v2
R_PKGNAME= FNN
R_PKGVER= 1.1
USE_LANGUAGES+= c++
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"