pkgsrc/math/R-RcppEigen/Makefile
wen 3d0c27f48a Import RcppEigen-0.3.2.8.1 as math/R-RcppEigen.
R and Eigen integration using Rcpp. Eigen is a C++ template library
for linear algebra: matrices, vectors, numerical solvers and related
algorithms. It supports dense and sparse matrices on integer,
floating point and complex numbers, decompositions of such matrices,
and solutions of linear systems. Its performance on many algorithms
is comparable with some of the best implementations based on Lapack
and level-3 BLAS. The RcppEigen package includes the header files
from the Eigen C++ template library (currently version 3.2.2).
2016-07-27 03:53:50 +00:00

18 lines
495 B
Makefile

# $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"