# -*- 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 rstub levmaR b266e9b5a73a4aa3a3915ebc50ab3a925a237f96
version             0.0.1
revision            1
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-2+
description         Interface for the Levenberg–Marquardt optimization algorithm provided by the levmar Library
long_description    {*}${description}
checksums           rmd160  b927022998bab5bca238188da8f4fe262ce01706 \
                    sha256  f14e0bb900595b20de3122b080003cc850f2ec9826661b8184b6ee6ec225cd71 \
                    size    132914

depends_lib-append  port:R-Rcpp

compilers.setup     require_fortran

depends_test-append port:R-testthat

test.run            yes
