# -*- 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

# GitHub version is outdated.
R.setup             cran daqana dqrng 0.4.1
revision            0
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             AGPL-3
description         Fast pseudo-random number generators
long_description    {*}${description}
homepage            https://daqana.github.io/dqrng
checksums           rmd160  9a8bcdade17b0949aa9461fa1026f396e832ca8c \
                    sha256  3d9df935020c3c2538bc712456079925c4b379d67407c83fbc008340e353288f \
                    size    267023

depends_lib-append  port:R-BH \
                    port:R-Rcpp \
                    port:R-sitmo

depends_test-append port:R-bench \
                    port:R-knitr \
                    port:R-mvtnorm \
                    port:R-rmarkdown \
                    port:R-testthat

# For now, PCG is disabled on PowerPC.
# See: https://github.com/daqana/dqrng/issues/88

test.run            yes
