# -*- 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.5.0
revision            1
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  c352726f02be43c1b4c5dec75fa63f1f8fd45d79 \
                    sha256  c603a0be15963706151529b15bd577d6abb5b53c45a2d3375eef2fdf2a4940af \
                    size    34347

compilers.setup     require_fortran

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

test.run            yes
