# -*- 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            4
categories-append   math
maintainers         nomaintainer
license             GPL-2+
description         Interface for the Levenberg–Marquardt optimization algorithm \
                    provided by the levmar library
long_description    {*}${description}
checksums           rmd160  27761211d6bd3560902260834c7ed0bb82ff2cbc \
                    sha256  7d129b07054c8ba88bd30f60dabf8a02e25ff779bb5d7f6094c2e3bbbfcbc1df \
                    size    133002
github.tarball_from archive

depends_lib-append  port:R-Rcpp

compilers.setup     require_fortran

depends_test-append port:R-testthat

test.run            yes
