From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/RcppEnsmallen/
Date: Mon, 31 May 2021 22:04:46 +0000 (UTC) [thread overview]
Message-ID: <1622498682.e3d5c6cb2ee85749ceb82fccff4bba6bb2dccec4.Alessandro-Barbieri@gentoo> (raw)
commit: e3d5c6cb2ee85749ceb82fccff4bba6bb2dccec4
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May 31 21:51:43 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=e3d5c6cb
dev-R/RcppEnsmallen: new
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/RcppEnsmallen/Manifest | 1 +
.../RcppEnsmallen/RcppEnsmallen-0.2.16.1.1.ebuild | 20 +++++++++++++++++
dev-R/RcppEnsmallen/metadata.xml | 25 ++++++++++++++++++++++
3 files changed, 46 insertions(+)
diff --git a/dev-R/RcppEnsmallen/Manifest b/dev-R/RcppEnsmallen/Manifest
new file mode 100644
index 000000000..61c91433a
--- /dev/null
+++ b/dev-R/RcppEnsmallen/Manifest
@@ -0,0 +1 @@
+DIST RcppEnsmallen_0.2.16.1.1.tar.gz 224840 BLAKE2B 8d2499f971e6bdfcf49b008782456871670e6de0ca9f6ed30c42602e57734edf3d8d9482f42e2355645adfeb622174eb630b2e56772654e50377715f95c76345 SHA512 eebed4b7b6239af7f2c80f1276e6670bf597cff276c0d04d700cb62dce106d6463a8b9ee3464051d63d653739de5ccacdb757d715dd966163de142b9b227d942
diff --git a/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.16.1.1.ebuild b/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.16.1.1.ebuild
new file mode 100644
index 000000000..0f929ce3a
--- /dev/null
+++ b/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.16.1.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit R-packages
+
+DESCRIPTION='Header-Only C++ Mathematical Optimization library for armadillo'
+KEYWORDS="~amd64"
+LICENSE='GPL-2+'
+
+DEPEND="
+ >=dev-lang/R-3.3.0
+ dev-R/Rcpp
+"
+RDEPEND="
+ ${DEPEND}
+ dev-R/Rcpp
+ >=dev-R/RcppArmadillo-0.8.400.0.0
+"
diff --git a/dev-R/RcppEnsmallen/metadata.xml b/dev-R/RcppEnsmallen/metadata.xml
new file mode 100644
index 000000000..b666d2f18
--- /dev/null
+++ b/dev-R/RcppEnsmallen/metadata.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <longdescription>
+ Header-Only C++ Mathematical Optimization Library for 'Armadillo'
+ // 'Ensmallen' is a templated C++ mathematical optimization
+ library (by the 'MLPACK' team) that provides a simple set of
+ abstractions for writing an objective function to optimize.
+ Provided within are various standard and cutting-edge
+ optimizers that include full-batch gradient descent techniques,
+ small-batch techniques, gradient-free optimizers, and
+ constrained optimization. The 'RcppEnsmallen' package includes
+ the header files from the 'Ensmallen' library and pairs the
+ appropriate header files from 'armadillo' through the
+ 'RcppArmadillo' package. Therefore, users do not need to
+ install 'Ensmallen' nor 'Armadillo' to use 'RcppEnsmallen'.
+ Note that 'Ensmallen' is licensed under 3-Clause BSD,
+ 'Armadillo' starting from 7.800.0 is licensed under Apache
+ License 2, 'RcppArmadillo' (the 'Rcpp' bindings/bridge to
+ 'Armadillo') is licensed under the GNU GPL version 2 or later.
+ Thus, 'RcppEnsmallen' is also licensed under similar terms.
+ Note that 'Ensmallen' requires a compiler that supports 'C++11'
+ and 'Armadillo' 8.400 or later.
+ </longdescription>
+</pkgmetadata>
next reply other threads:[~2021-05-31 22:04 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-31 22:04 Alessandro Barbieri [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-06-11 15:23 [gentoo-commits] repo/proj/guru:dev commit in: dev-R/RcppEnsmallen/ Alessandro Barbieri
2021-06-20 23:17 Alessandro Barbieri
2021-10-05 21:24 Alessandro Barbieri
2021-10-05 21:29 Alessandro Barbieri
2022-02-09 13:12 Anna Vyalkova
2022-02-17 21:11 Anna Vyalkova
2022-02-23 13:44 Anna Vyalkova
2022-02-24 7:54 Anna Vyalkova
2022-04-15 20:34 Alessandro Barbieri
2022-05-04 2:40 Alessandro Barbieri
2022-05-05 7:32 Alessandro Barbieri
2022-05-28 12:53 Alessandro Barbieri
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1622498682.e3d5c6cb2ee85749ceb82fccff4bba6bb2dccec4.Alessandro-Barbieri@gentoo \
--to=lssndrbarbieri@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox