2019-08-08 21:53:36 +02:00
|
|
|
# $NetBSD: Makefile,v 1.5 2019/08/08 19:53:46 brook Exp $
|
2018-03-22 16:36:04 +01:00
|
|
|
|
2019-08-08 21:53:36 +02:00
|
|
|
R_PKGNAME= RcppArmadillo
|
|
|
|
R_PKGVER= 0.9.600.4.0
|
|
|
|
CATEGORIES= math
|
2018-03-22 16:36:04 +01:00
|
|
|
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
2019-07-31 20:39:23 +02:00
|
|
|
COMMENT= Rcpp integration for the Armadillo templated linear algebra library
|
|
|
|
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
|
2018-03-22 16:36:04 +01:00
|
|
|
|
|
|
|
USE_LANGUAGES= c++11 fortran
|
|
|
|
|
|
|
|
.include "../../math/R/Makefile.extension"
|
2019-07-31 20:39:23 +02:00
|
|
|
.include "../../devel/R-Rcpp/buildlink3.mk"
|
2018-03-22 16:36:04 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|