mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 16:43:17 -04:00
dev-R/RcppArmadillo: new
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-R/RcppArmadillo/Manifest
Normal file
1
dev-R/RcppArmadillo/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST RcppArmadillo_0.10.5.0.0.tar.gz 1669395 BLAKE2B 5b9c7e8d63ed5c782c8a848b6d580fb31bba89e7668048a90416ba1dd95554c2d78011c11b43f4a2c6be3ee4283b44acc84977e601faf6a688256a3cebf3a739 SHA512 843012eb1b44141ef7b2a20db140eed1f219c3eba6b435e7651884c010626ccd9618d962d9d923cacecd9d63c58ad5722ce78604debe2be165aea59bd336e548
|
||||
19
dev-R/RcppArmadillo/RcppArmadillo-0.10.5.0.0.ebuild
Normal file
19
dev-R/RcppArmadillo/RcppArmadillo-0.10.5.0.0.ebuild
Normal file
@@ -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
|
||||
"
|
||||
23
dev-R/RcppArmadillo/metadata.xml
Normal file
23
dev-R/RcppArmadillo/metadata.xml
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user