diff options
author | minskim <minskim@pkgsrc.org> | 2018-03-22 15:36:10 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2018-03-22 15:36:10 +0000 |
commit | 330c6663f0f0dd9be4cf1ffb2253de2008c8e993 (patch) | |
tree | ce0cec7276065fcea1f22f2cc308ef67e1e60fec | |
parent | a506fd89f66752709903c1a14523c2f24954838b (diff) | |
download | pkgsrc-330c6663f0f0dd9be4cf1ffb2253de2008c8e993.tar.gz |
math/Makefile: Add R-RcppArmadillo
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 2810173d0e2..b338866e203 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.376 2018/03/21 15:26:10 minskim Exp $ +# $NetBSD: Makefile,v 1.377 2018/03/22 15:36:10 minskim Exp $ COMMENT= Mathematics @@ -18,6 +18,7 @@ SUBDIR+= R-RColorBrewer SUBDIR+= R-RPostgreSQL SUBDIR+= R-RandomFields SUBDIR+= R-Rcmdr +SUBDIR+= R-RcppArmadillo SUBDIR+= R-RcppEigen SUBDIR+= R-SparseM SUBDIR+= R-VGAM |