pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/R-RcppArmadillo math/R-RcppArmadillo: Import vers...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8274297a8714
branches: trunk
changeset: 377790:8274297a8714
user: minskim <minskim%pkgsrc.org@localhost>
date: Thu Mar 22 15:36:04 2018 +0000
description:
math/R-RcppArmadillo: Import version 0.8.300.1.0
Armadillo is a templated C++ linear algebra library (by Conrad
Sanderson) that aims towards a good balance between speed and ease of
use. Integer, floating point and complex numbers are supported, as
well as a subset of trigonometric and statistics functions. Various
matrix decompositions are provided through optional integration with
LAPACK and ATLAS libraries.
diffstat:
math/R-RcppArmadillo/DESCR | 6 ++++++
math/R-RcppArmadillo/Makefile | 18 ++++++++++++++++++
math/R-RcppArmadillo/buildlink3.mk | 14 ++++++++++++++
math/R-RcppArmadillo/distinfo | 7 +++++++
4 files changed, 45 insertions(+), 0 deletions(-)
diffs (61 lines):
diff -r 502fe588da89 -r 8274297a8714 math/R-RcppArmadillo/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-RcppArmadillo/DESCR Thu Mar 22 15:36:04 2018 +0000
@@ -0,0 +1,6 @@
+Armadillo is a templated C++ linear algebra library (by Conrad
+Sanderson) that aims towards a good balance between speed and ease of
+use. Integer, floating point and complex numbers are supported, as
+well as a subset of trigonometric and statistics functions. Various
+matrix decompositions are provided through optional integration with
+LAPACK and ATLAS libraries.
diff -r 502fe588da89 -r 8274297a8714 math/R-RcppArmadillo/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-RcppArmadillo/Makefile Thu Mar 22 15:36:04 2018 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2018/03/22 15:36:04 minskim Exp $
+
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER= minskim%NetBSD.org@localhost
+HOMEPAGE= http://dirk.eddelbuettel.com/code/rcpp.armadillo.html
+COMMENT= Testing linear regression models
+LICENSE= gnu-gpl-v2
+
+R_PKGNAME= RcppArmadillo
+R_PKGVER= 0.8.300.1.0
+
+USE_LANGUAGES= c++11 fortran
+
+.include "../../devel/R-Rcpp/buildlink3.mk"
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 502fe588da89 -r 8274297a8714 math/R-RcppArmadillo/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-RcppArmadillo/buildlink3.mk Thu Mar 22 15:36:04 2018 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1 2018/03/22 15:36:04 minskim Exp $
+
+BUILDLINK_TREE+= R-RcppArmadillo
+
+.if !defined(R_RCPPARMADILLO_BUILDLINK3_MK)
+R_RCPPARMADILLO_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.R-RcppArmadillo+= R-RcppArmadillo>=0.8.300.1.0
+BUILDLINK_PKGSRCDIR.R-RcppArmadillo?= ../../math/R-RcppArmadillo
+
+.include "../../devel/R-Rcpp/buildlink3.mk"
+.endif # R_RCPPARMADILLO_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -R-RcppArmadillo
diff -r 502fe588da89 -r 8274297a8714 math/R-RcppArmadillo/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-RcppArmadillo/distinfo Thu Mar 22 15:36:04 2018 +0000
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2018/03/22 15:36:04 minskim Exp $
+
+SHA1 (R/RcppArmadillo_0.8.300.1.0.tar.gz) = 37a1e3b8c1ca16924bfad9e429db03a064d9b4c2
+RMD160 (R/RcppArmadillo_0.8.300.1.0.tar.gz) = 5e68e1f9899373d54907508268a08ca6f635463b
+SHA512 (R/RcppArmadillo_0.8.300.1.0.tar.gz) = 47e684e651f2c47f5f275fc9e256471b1b993663a56732aa031bafea08e0b28d185f24e47aa12ed577f5a9e38a694cb5a2413a6505a33e58b6a2382993b2a46b
+Size (R/RcppArmadillo_0.8.300.1.0.tar.gz) = 1318517 bytes
+SHA1 (patch-configure) = fe37058ac76616d6b781de9d60484feec19ba154
Home |
Main Index |
Thread Index |
Old Index