From 4387175f6b4a0d6a696cddfd00ad161d53fbc214 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Tue, 26 Mar 2024 08:16:36 +0000 Subject: Adding metadata --- dev-R/RcppEnsmallen/Manifest | 1 - .../RcppEnsmallen-0.2.19.0.1-r1.ebuild | 57 ---------------------- dev-R/RcppEnsmallen/metadata.xml | 33 ------------- 3 files changed, 91 deletions(-) delete mode 100644 dev-R/RcppEnsmallen/Manifest delete mode 100644 dev-R/RcppEnsmallen/RcppEnsmallen-0.2.19.0.1-r1.ebuild delete mode 100644 dev-R/RcppEnsmallen/metadata.xml (limited to 'dev-R/RcppEnsmallen') 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 @@ - - - - - lssndrbarbieri@gmail.com - Alessandro Barbieri - co-maintainers welcome - - '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. - - - balamut2@illinois.edu - James Joseph Balamuta - - https://cran.r-project.org/web/packages/RcppEnsmallen/ChangeLog - https://github.com/coatless/rcppensmallen/issues - https://cran.r-project.org/web/packages/RcppEnsmallen/RcppEnsmallen.pdf - - gentoo-guru-overlay - \ No newline at end of file -- cgit v1.3