aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-05-31 23:51:43 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-06-01 00:04:42 +0200
commite3d5c6cb2ee85749ceb82fccff4bba6bb2dccec4 (patch)
treeb9e8d1c57e0892f676b945082e9cee6768203c8f
parentdev-R/RcppArmadillo: new (diff)
downloadguru-e3d5c6cb2ee85749ceb82fccff4bba6bb2dccec4.tar.gz
guru-e3d5c6cb2ee85749ceb82fccff4bba6bb2dccec4.tar.bz2
guru-e3d5c6cb2ee85749ceb82fccff4bba6bb2dccec4.zip
dev-R/RcppEnsmallen: new
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
-rw-r--r--dev-R/RcppEnsmallen/Manifest1
-rw-r--r--dev-R/RcppEnsmallen/RcppEnsmallen-0.2.16.1.1.ebuild20
-rw-r--r--dev-R/RcppEnsmallen/metadata.xml25
3 files changed, 46 insertions, 0 deletions
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>