Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/RcppEnsmallen/
Date: Mon, 31 May 2021 22:04:53
Message-Id: 1622498682.e3d5c6cb2ee85749ceb82fccff4bba6bb2dccec4.Alessandro-Barbieri@gentoo
1 commit: e3d5c6cb2ee85749ceb82fccff4bba6bb2dccec4
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon May 31 21:51:43 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon May 31 22:04:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e3d5c6cb
7
8 dev-R/RcppEnsmallen: new
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-R/RcppEnsmallen/Manifest | 1 +
14 .../RcppEnsmallen/RcppEnsmallen-0.2.16.1.1.ebuild | 20 +++++++++++++++++
15 dev-R/RcppEnsmallen/metadata.xml | 25 ++++++++++++++++++++++
16 3 files changed, 46 insertions(+)
17
18 diff --git a/dev-R/RcppEnsmallen/Manifest b/dev-R/RcppEnsmallen/Manifest
19 new file mode 100644
20 index 000000000..61c91433a
21 --- /dev/null
22 +++ b/dev-R/RcppEnsmallen/Manifest
23 @@ -0,0 +1 @@
24 +DIST RcppEnsmallen_0.2.16.1.1.tar.gz 224840 BLAKE2B 8d2499f971e6bdfcf49b008782456871670e6de0ca9f6ed30c42602e57734edf3d8d9482f42e2355645adfeb622174eb630b2e56772654e50377715f95c76345 SHA512 eebed4b7b6239af7f2c80f1276e6670bf597cff276c0d04d700cb62dce106d6463a8b9ee3464051d63d653739de5ccacdb757d715dd966163de142b9b227d942
25
26 diff --git a/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.16.1.1.ebuild b/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.16.1.1.ebuild
27 new file mode 100644
28 index 000000000..0f929ce3a
29 --- /dev/null
30 +++ b/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.16.1.1.ebuild
31 @@ -0,0 +1,20 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +inherit R-packages
38 +
39 +DESCRIPTION='Header-Only C++ Mathematical Optimization library for armadillo'
40 +KEYWORDS="~amd64"
41 +LICENSE='GPL-2+'
42 +
43 +DEPEND="
44 + >=dev-lang/R-3.3.0
45 + dev-R/Rcpp
46 +"
47 +RDEPEND="
48 + ${DEPEND}
49 + dev-R/Rcpp
50 + >=dev-R/RcppArmadillo-0.8.400.0.0
51 +"
52
53 diff --git a/dev-R/RcppEnsmallen/metadata.xml b/dev-R/RcppEnsmallen/metadata.xml
54 new file mode 100644
55 index 000000000..b666d2f18
56 --- /dev/null
57 +++ b/dev-R/RcppEnsmallen/metadata.xml
58 @@ -0,0 +1,25 @@
59 +<?xml version="1.0" encoding="UTF-8"?>
60 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
61 +<pkgmetadata>
62 + <longdescription>
63 + Header-Only C++ Mathematical Optimization Library for 'Armadillo'
64 + // 'Ensmallen' is a templated C++ mathematical optimization
65 + library (by the 'MLPACK' team) that provides a simple set of
66 + abstractions for writing an objective function to optimize.
67 + Provided within are various standard and cutting-edge
68 + optimizers that include full-batch gradient descent techniques,
69 + small-batch techniques, gradient-free optimizers, and
70 + constrained optimization. The 'RcppEnsmallen' package includes
71 + the header files from the 'Ensmallen' library and pairs the
72 + appropriate header files from 'armadillo' through the
73 + 'RcppArmadillo' package. Therefore, users do not need to
74 + install 'Ensmallen' nor 'Armadillo' to use 'RcppEnsmallen'.
75 + Note that 'Ensmallen' is licensed under 3-Clause BSD,
76 + 'Armadillo' starting from 7.800.0 is licensed under Apache
77 + License 2, 'RcppArmadillo' (the 'Rcpp' bindings/bridge to
78 + 'Armadillo') is licensed under the GNU GPL version 2 or later.
79 + Thus, 'RcppEnsmallen' is also licensed under similar terms.
80 + Note that 'Ensmallen' requires a compiler that supports 'C++11'
81 + and 'Armadillo' 8.400 or later.
82 + </longdescription>
83 +</pkgmetadata>