# -*- 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 mschubert clustermq 0.9.9 v
revision            1
categories-append   devel
maintainers         nomaintainer
license             Apache-2
description         Evaluate function calls on HPC schedulers
long_description    {*}${description}
homepage            https://mschubert.github.io/clustermq
checksums           rmd160  a1b276598fcf345170eefb7fae75c9368136d7fd \
                    sha256  75e0d847273a5e5dc8cb664defdf9cbe390768b9c2bc4abf43216239dccdc714 \
                    size    63193
github.tarball_from archive

depends_build-append \
                    path:bin/pkg-config:pkgconfig

# Both zmq variants are needed, one for libzmq, another for zmq.hpp.
depends_lib-append  port:cppzmq \
                    path:lib/libzmq.dylib:zmq \
                    port:R-globals \
                    port:R-progress \
                    port:R-R6 \
                    port:R-Rcpp

depends_test-append port:R-BiocParallel \
                    port:R-callr \
                    port:R-devtools \
                    port:R-foreach \
                    port:R-iterators \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-roxygen2 \
                    port:R-testthat

test.run            yes
