# -*- 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 aadler minimaxApprox 0.4.3
revision            0
categories-append   math
maintainers         nomaintainer
license             MPL-2
description         Implementation of Remez algorithm for polynomial and rational function approximation
long_description    {*}${description}
homepage            https://github.com/aadler/MiniMaxApprox
checksums           rmd160  dade7d2c72981d4923e7a737d23858a7a6b8379a \
                    sha256  29e3c544efb06cd098e62e6bf4e29f3b793bc4a5c6052548d6ad8f7702cc67be \
                    size    33821

compilers.setup     require_fortran

depends_test-append port:R-covr \
                    port:R-tinytest

test.run            yes
