From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 334F91382C5 for ; Mon, 31 May 2021 22:04:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EBE5E0884; Mon, 31 May 2021 22:04:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E918CE0885 for ; Mon, 31 May 2021 22:04:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C6FB340DE2 for ; Mon, 31 May 2021 22:04:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D83EC7AF for ; Mon, 31 May 2021 22:04:46 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1622498682.f71ebc154b030b4ec6d928d93fb0b607473b6181.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/RcppArmadillo/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-R/RcppArmadillo/Manifest dev-R/RcppArmadillo/RcppArmadillo-0.10.5.0.0.ebuild dev-R/RcppArmadillo/metadata.xml X-VCS-Directories: dev-R/RcppArmadillo/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: f71ebc154b030b4ec6d928d93fb0b607473b6181 X-VCS-Branch: dev Date: Mon, 31 May 2021 22:04:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bf08eae2-d0c8-4147-b337-e393d0641a69 X-Archives-Hash: 5c5be362e163749ae50501bd83763be9 commit: f71ebc154b030b4ec6d928d93fb0b607473b6181 Author: Alessandro Barbieri gmail com> AuthorDate: Mon May 31 21:50:25 2021 +0000 Commit: Alessandro Barbieri gmail 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 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 @@ + + + + + '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. + +