466171cdd0
Changes: - Updated to version 3.3.4 of Eigen - Condition long long use on C++11. - Pragmas for g++ & clang to suppress diagnostics messages are disabled per CRAN Policy; use -Wno-ignored-attributes to quieten.
18 lines
501 B
Makefile
18 lines
501 B
Makefile
# $NetBSD: Makefile,v 1.3 2018/03/09 20:27:07 minskim 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.3.4.0
|
|
|
|
USE_LANGUAGES= c c++11 fortran
|
|
|
|
.include "../../devel/R-Rcpp/buildlink3.mk"
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|