# -*- 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             github coatless-rpkg rcppensmallen 0.2.22.1.2
set R.package       RcppEnsmallen
revision            1
categories-append   math
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             GPL-2+
description         Rcpp integration for the Ensmallen templated C++ \
                    mathematical optimization library
long_description    {*}${description}
checksums           rmd160  d1820000c7d6fe1f6060a71b8b69feef39e8935e \
                    sha256  b1345b4811600170f9ddd0389d847949c2ea629b049cda4e5170a161a8254506 \
                    size    266866
github.tarball_from archive

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

compilers.setup     require_fortran

depends_test-append port:R-knitr \
                    port:R-rmarkdown

test.run            yes
