Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

18
math/R-RcppEigen/Makefile Normal file
View File

@@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.1 2016/07/27 03:53:50 wen Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/RcppEigen/
COMMENT= Rcpp integration for the Eigen templated linear algebra library
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
R_PKGNAME= RcppEigen
R_PKGVER= 0.3.2.8.1
USE_LANGUAGES= c c++ fortran
.include "../../devel/R-Rcpp/buildlink3.mk"
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"