# -*- 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 jwood000 RcppAlgos 2.10.1
revision            0
categories-append   math
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             GPL-2+
description         High-performance tools for combinatorics and computational mathematics
long_description    Provides optimized functions and flexible combinatorial iterators \
                    implemented in C++ for solving problems in combinatorics and computational mathematics.
homepage            https://github.com/jwood000/RcppAlgos
checksums           rmd160  61084c26a997f5c1c23abe7fe2645206b6de528c \
                    sha256  0e89bc6337a8324ce0358b42b5c8ed6698ef73acc012ded1d05fa9fb988ca058 \
                    size    1617012

depends_lib-append  port:gmp \
                    port:R-cpp11 \
                    port:R-gmp

depends_test-append port:R-covr \
                    port:R-knitr \
                    port:R-microbenchmark \
                    port:R-partitions \
                    port:R-prettydoc \
                    port:R-RcppBigIntAlgos \
                    port:R-rmarkdown \
                    port:R-testthat \
                    port:R-xml2

test.run            yes
