You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.2 KiB
Tcl
36 lines
1.2 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup R 1.0
|
|
|
|
R.setup github renozao doRNG 1.8.6
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Generic reproducible parallel backend for foreach loops
|
|
long_description {*}${description}
|
|
homepage https://renozao.github.io/doRNG
|
|
checksums rmd160 60c4ed1cee968479bbfc2edcf93e3480513ca2ec \
|
|
sha256 ca49985e2630ac844a667645c015519d36d46ffbfabc94f3a02920c9f2a49811 \
|
|
size 45617
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-foreach \
|
|
port:R-iterators \
|
|
port:R-rngtools
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-devtools \
|
|
port:R-doMPI \
|
|
port:R-doParallel \
|
|
port:R-doRedis \
|
|
port:R-knitr \
|
|
port:R-pkgmaker \
|
|
port:R-rbenchmark \
|
|
port:R-rbibutils \
|
|
port:R-testthat
|
|
|
|
test.run yes
|