# -*- 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 mlpack mlpack 4.7.0
revision            1
categories-append   math
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             BSD
description         Rcpp integration for the mlpack library
long_description    A fast, flexible machine learning library, written in C++, \
                    that aims to provide fast, extensible implementations \
                    of cutting-edge machine learning algorithms.
checksums           rmd160  a2a6e112270caf2abd8fa01e41d9f226cbaefaf6 \
                    sha256  773cfdcdb5cae79ccd00a80406ed5c24386a95eef3789e01d2571445d5fdf3c2 \
                    size    1787224

depends_lib-append  port:R-Rcpp \
                    port:R-RcppArmadillo \
                    port:R-RcppEnsmallen

compilers.setup     require_fortran

depends_test-append port:R-testthat

test.run            yes
