# -*- 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             cran sistm NPflow 0.13.5
revision            1
maintainers         nomaintainer
license             LGPL-3
description         Bayesian Non-parametrics for automatic gating \
                    of flow-cytometry data
long_description    {*}${description}
homepage            https://github.com/sistm/NPflow
checksums           rmd160  5163b9e213b44981014528a9b6c2b90f390df7dc \
                    sha256  a260594d5e8924c8d98c02a6a96d251e298954816cbbdc7776454879b7bb2592 \
                    size    141624

# Remove this with the next update. It is a one-time fix.
if {${os.platform} eq "darwin" && ${configure.cxx_stdlib} eq "libc++"} {
    incr revision
}

depends_lib-append  port:R-ellipse \
                    port:R-fastcluster \
                    port:R-GGally \
                    port:R-ggplot2 \
                    port:R-pheatmap \
                    port:R-Rcpp \
                    port:R-RcppArmadillo \
                    port:R-reshape2 \
                    port:R-truncnorm

compilers.setup     require_fortran

depends_test-append port:R-doParallel \
                    port:R-foreach \
                    port:R-itertools \
                    port:R-microbenchmark

test.run            yes
