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, 32 insertions, 0 deletions
diff --git a/dev-R/RcppParallel/RcppParallel-5.1.5.ebuild b/dev-R/RcppParallel/RcppParallel-5.1.5.ebuild
new file mode 100644
index 000000000000..81e1c8b495d4
--- /dev/null
+++ b/dev-R/RcppParallel/RcppParallel-5.1.5.ebuild
@@ -0,0 +1,32 @@
+# 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
+}