2019-08-08 21:53:36 +02:00
|
|
|
# $NetBSD: Makefile,v 1.6 2019/08/08 19:53:50 brook Exp $
|
2018-01-22 04:16:11 +01:00
|
|
|
|
2019-08-08 21:53:36 +02:00
|
|
|
R_PKGNAME= lme4
|
|
|
|
R_PKGVER= 1.1-21
|
|
|
|
CATEGORIES= math
|
2018-01-22 04:16:11 +01:00
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
COMMENT= Linear mixed-effects models using Eigen and S4
|
2019-07-31 21:49:55 +02:00
|
|
|
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
|
2018-01-22 04:16:11 +01:00
|
|
|
|
|
|
|
DEPENDS+= R-minqa>=1.1.15:../../math/R-minqa
|
|
|
|
DEPENDS+= R-nloptr>=1.0.4:../../math/R-nloptr
|
|
|
|
|
2019-07-31 21:49:55 +02:00
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
|
2018-01-22 04:16:11 +01:00
|
|
|
.include "../../math/R/Makefile.extension"
|
|
|
|
.include "../../devel/R-Rcpp/buildlink3.mk"
|
|
|
|
.include "../../math/R-RcppEigen/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|