# -*- 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

# Revert to GitHub once updated there.
R.setup             cran sn248 sundialr 0.1.5 v
revision            0
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             BSD
description         Interface to SUNDIALS ordinary differential equation \
                    (ODE) solvers
long_description    {*}${description}
homepage            http://sn248.github.io/sundialr
checksums           rmd160  9ae1251abb80cd7ad23f9fd4a236d19c83d1ae44 \
                    sha256  19019d97b6b2c0fa58a7382b2c8f600911bd04ab63d414071bd2806baaa10ce7 \
                    size    777777

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

compilers.setup     require_fortran

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

test.run            yes
