mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 18:13:10 -04:00
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:
24
dev-R/RcppEnsmallen/RcppEnsmallen-0.2.15.0.1.ebuild
Normal file
24
dev-R/RcppEnsmallen/RcppEnsmallen-0.2.15.0.1.ebuild
Normal 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
|
||||
"
|
||||
Reference in New Issue
Block a user