commit: f71ebc154b030b4ec6d928d93fb0b607473b6181
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May 31 21:50:25 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon May 31 22:04:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f71ebc15
dev-R/RcppArmadillo: new
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/RcppArmadillo/Manifest | 1 +
.../RcppArmadillo/RcppArmadillo-0.10.5.0.0.ebuild | 19 ++++++++++++++++++
dev-R/RcppArmadillo/metadata.xml | 23 ++++++++++++++++++++++
3 files changed, 43 insertions(+)
diff --git a/dev-R/RcppArmadillo/Manifest b/dev-R/RcppArmadillo/Manifest
new file mode 100644
index 000000000..d669ccdb9
--- /dev/null
+++ b/dev-R/RcppArmadillo/Manifest
@@ -0,0 +1 @@
+DIST RcppArmadillo_0.10.5.0.0.tar.gz 1669395 BLAKE2B
5b9c7e8d63ed5c782c8a848b6d580fb31bba89e7668048a90416ba1dd95554c2d78011c11b43f4a2c6be3ee4283b44acc84977e601faf6a688256a3cebf3a739
SHA512
843012eb1b44141ef7b2a20db140eed1f219c3eba6b435e7651884c010626ccd9618d962d9d923cacecd9d63c58ad5722ce78604debe2be165aea59bd336e548
diff --git a/dev-R/RcppArmadillo/RcppArmadillo-0.10.5.0.0.ebuild
b/dev-R/RcppArmadillo/RcppArmadillo-0.10.5.0.0.ebuild
new file mode 100644
index 000000000..849f5e730
--- /dev/null
+++ b/dev-R/RcppArmadillo/RcppArmadillo-0.10.5.0.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit R-packages
+
+DESCRIPTION='Rcpp Integration for the Armadillo templated linear algebra
library'
+KEYWORDS="~amd64"
+LICENSE='GPL-2+'
+
+DEPEND="
+ >=dev-lang/R-3.3.0
+ >=dev-R/Rcpp-0.11.0
+"
+RDEPEND="
+ ${DEPEND}
+ dev-R/Rcpp
+"
diff --git a/dev-R/RcppArmadillo/metadata.xml b/dev-R/RcppArmadillo/metadata.xml
new file mode 100644
index 000000000..99c087838
--- /dev/null
+++ b/dev-R/RcppArmadillo/metadata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <longdescription>
+ 'Rcpp' Integration for the 'Armadillo' Templated Linear Algebra
+ Library // '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. The 'RcppArmadillo' package
+ includes the header files from the templated 'Armadillo'
+ library. Thus users do not need to install 'Armadillo' itself
+ in order to use 'RcppArmadillo'. From release 7.800.0 on,
+ 'Armadillo' is licensed under Apache License 2; previous
+ releases were under licensed as MPL 2.0 from version 3.800.0
+ onwards and LGPL-3 prior to that; 'RcppArmadillo' (the 'Rcpp'
+ bindings/bridge to Armadillo) is licensed under the GNU GPL
+ version 2 or later, as is the rest of 'Rcpp'. Armadillo
+ requires a C++11 compiler.
+ </longdescription>
+</pkgmetadata>