summaryrefslogtreecommitdiff
path: root/dev-R/RcppEnsmallen
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-03-26 08:16:36 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-03-26 08:16:36 +0000
commit4387175f6b4a0d6a696cddfd00ad161d53fbc214 (patch)
treea3eaf07b9f03508b22670a755eea0dabf2e7123c /dev-R/RcppEnsmallen
parent5696b060dbdb11e5b2236c4f3310c311484c1611 (diff)
downloadbaldeagleos-repo-4387175f6b4a0d6a696cddfd00ad161d53fbc214.tar.gz
baldeagleos-repo-4387175f6b4a0d6a696cddfd00ad161d53fbc214.tar.xz
baldeagleos-repo-4387175f6b4a0d6a696cddfd00ad161d53fbc214.zip
Adding metadata
Diffstat (limited to 'dev-R/RcppEnsmallen')
-rw-r--r--dev-R/RcppEnsmallen/Manifest1
-rw-r--r--dev-R/RcppEnsmallen/RcppEnsmallen-0.2.19.0.1-r1.ebuild57
-rw-r--r--dev-R/RcppEnsmallen/metadata.xml33
3 files changed, 0 insertions, 91 deletions
diff --git a/dev-R/RcppEnsmallen/Manifest b/dev-R/RcppEnsmallen/Manifest
deleted file mode 100644
index 933182fcd64f..000000000000
--- a/dev-R/RcppEnsmallen/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST RcppEnsmallen_0.2.19.0.1.tar.gz 252878 BLAKE2B 20d1d87aadc14abb68263c2384e517b6f71ee805cb95cd0d3c0ba240ab11cacedaf74d0f50a56e033b228ddfbd0e0ea9d09c95af057571381a43743107fdc94d SHA512 e201d2e76cd20e2d01d7a7d76ce685320481f0ed61a58c9ccc49d38a8f7168dc455f36660dd7cab2484e8eb809cbae79a91c998aca430f4699ddff95c6bbb59f
diff --git a/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.19.0.1-r1.ebuild b/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.19.0.1-r1.ebuild
deleted file mode 100644
index 636932648983..000000000000
--- a/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.19.0.1-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit R-packages eapi8-dosym
-
-MY_PV="$(ver_cut 2-4 ${PV})"
-
-DESCRIPTION='Header-Only C++ Mathematical Optimization library for armadillo'
-HOMEPAGE="
- https://cran.r-project.org/package=RcppEnsmallen
- https://github.com/coatless-rpkg/rcppensmallen
-"
-#SRC_URI="mirror://cran/src/contrib/RcppEnsmallen/RcppEnsmallen_${PV}.tar.gz"
-
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-LICENSE='GPL-2+'
-
-DEPEND="
- >=dev-lang/R-3.3.0
- dev-R/Rcpp
- =sci-libs/ensmallen-${MY_PV}*:=
-"
-RDEPEND="
- ${DEPEND}
- >=dev-R/RcppArmadillo-0.9.800.0.0
-"
-
-SUGGESTED_PACKAGES="
- dev-R/knitr
- dev-R/rmarkdown
-"
-
-src_prepare() {
- R-packages_src_prepare
-
- # remove bundled
- rm -r inst/include/ensmallen_bits || die
- rm inst/include/ensmallen.hpp || die
-
- # link to sci-libs/ensmallen
- ln -s "${ESYSROOT}"/usr/include/ensmallen_bits inst/include/ensmallen_bits || die
- ln -s "${ESYSROOT}"/usr/include/ensmallen.hpp inst/include/ensmallen.hpp || die
-}
-
-src_install() {
- R-packages_src_install
-
- R_includedir="/usr/$(get_libdir)/R/site-library/${PN}/include"
- dosym8 -r /usr/include/ensmallen.hpp "${R_includedir}/ensmallen.hpp"
-
- # portage doesn't like symlinks to folders, symlink all the files then
- rm -rf "${ED}/${R_includedir}"/ensmallen_bits/* || die
- cp -rs "/usr/include/ensmallen_bits" "${ED}/${R_includedir}" || die
-}
diff --git a/dev-R/RcppEnsmallen/metadata.xml b/dev-R/RcppEnsmallen/metadata.xml
deleted file mode 100644
index 90d548a337cb..000000000000
--- a/dev-R/RcppEnsmallen/metadata.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>lssndrbarbieri@gmail.com</email>
- <name>Alessandro Barbieri</name>
- <description>co-maintainers welcome</description>
- </maintainer>
- <longdescription lang="en">'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' 9.800 or later.</longdescription>
- <upstream>
- <maintainer>
- <email>balamut2@illinois.edu</email>
- <name>James Joseph Balamuta</name>
- </maintainer>
- <changelog>https://cran.r-project.org/web/packages/RcppEnsmallen/ChangeLog</changelog>
- <bugs-to>https://github.com/coatless/rcppensmallen/issues</bugs-to>
- <doc lang="en">https://cran.r-project.org/web/packages/RcppEnsmallen/RcppEnsmallen.pdf</doc>
- </upstream>
- <origin>gentoo-guru-overlay</origin>
-</pkgmetadata> \ No newline at end of file