summaryrefslogtreecommitdiff
path: root/dev-R/RcppParallel/RcppParallel-5.1.5.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-R/RcppParallel/RcppParallel-5.1.5.ebuild')
-rw-r--r--dev-R/RcppParallel/RcppParallel-5.1.5.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-R/RcppParallel/RcppParallel-5.1.5.ebuild b/dev-R/RcppParallel/RcppParallel-5.1.5.ebuild
deleted file mode 100644
index 81e1c8b495d4..000000000000
--- a/dev-R/RcppParallel/RcppParallel-5.1.5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit R-packages edo
-
-DESCRIPTION="Parallel Programming Tools for 'Rcpp'"
-KEYWORDS="~amd64"
-LICENSE='GPL-3+'
-RESTRICT="!test? ( test )"
-IUSE="test"
-
-DEPEND="
- test? (
- dev-R/RUnit
- dev-R/Rcpp
- )
- dev-cpp/tbb
-"
-
-SUGGESTED_PACKAGES="
- dev-R/RUnit
- dev-R/Rcpp
- dev-R/knitr
- dev-R/rmarkdown
-"
-
-src_test() {
- cd "${WORKDIR}/${P}/tests" || die
- R_LIBS="${T}/R" edo Rscript --vanilla doRUnit.R
-}