# -*- 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.5.1
revision            0
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} 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  9e2dfad59b369e11567c05702629bc22b0528326 \
                    sha256  bc91149a1929d5e120feda21855e96e568897c5c8a9badff5850737bd4bee135 \
                    size    1647553

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

compiler.cxx_standard 2017
compilers.setup     require_fortran

depends_test-append port:R-testthat

test.run            yes
