dev-R/RcppEnsmallen: add 0.2.15.0.1, drop 0.2.16.1.1

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-06-07 16:39:19 +02:00
parent 836a59471e
commit 1695988b95
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
MYPV="$(ver_cut 2-4 ${PV})"
inherit R-packages
DESCRIPTION='Header-Only C++ Mathematical Optimization library for armadillo'
SRC_URI="mirror://cran/src/contrib/Archive/RcppEnsmallen/RcppEnsmallen_${PV}.tar.gz"
KEYWORDS="~amd64"
LICENSE='GPL-2+'
DEPEND="
>=dev-lang/R-3.3.0
dev-R/Rcpp
=sci-libs/ensmallen-${MYPV}*
"
RDEPEND="
${DEPEND}
dev-R/Rcpp
>=dev-R/RcppArmadillo-0.8.400.0.0
"