# -*- 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 lags behind.
R.setup             cran kaneplusplus bigmemory 4.6.4
revision            1
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             {Apache-2 LGPL-3}
description         Manage massive matrices with shared memory and memory-mapped files
long_description    {*}${description}
homepage            http://www.bigmemory.org
checksums           rmd160  60430035aae68bab24f24ea04d8bed15dd2628d9 \
                    sha256  fe3f576c0d87fd2820c0f436a202261dff353e50e5b86dd9c80fdea7ad60002d \
                    size    72285

depends_lib-append  port:R-BH \
                    port:R-bigmemory.sri \
                    port:R-Rcpp \
                    port:R-uuid

depends_test-append port:R-biganalytics \
                    port:R-bigtabulate \
                    port:R-remotes \
                    port:R-testthat

test.run            yes
