mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 17:13:00 -04:00
dev-R/RcppEnsmallen: add 0.2.19.0.1, drop 0.2.17.0.1
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST RcppEnsmallen_0.2.17.0.1.tar.gz 243399 BLAKE2B c143d6f2d3631e1226ee35894fc56ea113a756418efbd1e2deb70d9b1ddbf63e79b6cbe8c86f2dab81bbfd62af2ae464651fedd893dee0c6961c8759f589c421 SHA512 6b6c10ad188b13cca2498c5fc2cec74a18eab34f30411cbc48e09c327253889aa85a80717372aadc2f5c2245f7a7332c474cae237730bab5dbf4b4895f0f7607
|
||||
DIST RcppEnsmallen_0.2.19.0.1.tar.gz 252878 BLAKE2B 20d1d87aadc14abb68263c2384e517b6f71ee805cb95cd0d3c0ba240ab11cacedaf74d0f50a56e033b228ddfbd0e0ea9d09c95af057571381a43743107fdc94d SHA512 e201d2e76cd20e2d01d7a7d76ce685320481f0ed61a58c9ccc49d38a8f7168dc455f36660dd7cab2484e8eb809cbae79a91c998aca430f4699ddff95c6bbb59f
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -6,8 +6,14 @@ 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"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE='GPL-2+'
|
||||
|
||||
@@ -16,8 +22,14 @@ DEPEND="
|
||||
dev-R/Rcpp
|
||||
=sci-libs/ensmallen-${MY_PV}*:=
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
>=dev-R/RcppArmadillo-0.8.400.0.0
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
>=dev-R/RcppArmadillo-0.9.800.0.0
|
||||
"
|
||||
|
||||
SUGGESTED_PACKAGES="
|
||||
dev-R/knitr
|
||||
dev-R/rmarkdown
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
Reference in New Issue
Block a user