# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           octave 1.0

octave.setup        sourceforge octave interval 3.2.1
revision            4
platforms           darwin
license             GPL-3+
maintainers         {mps @Schamschula} openmaintainer
description         The interval package for real-valued interval arithmetic provides \
                    data types and operations for verified computing.
long_description    {*}${description} It can be used to handle uncertainties, estimate \
                    arithmetic errors and produce reliable results. Also it can help \
                    find guaranteed solutions to numerical problems. Thanks to GNU MPFR \
                    many arithmetic operations are provided with best possible accuracy. \
                    The implementation of intervals in inf-sup format is based on \
                    interval boundaries represented by binary64 numbers and is standard \
                    conforming to IEEE 1788.

checksums           rmd160  d5a17177d8984aa310133e8ce19b92d7c49fd70c \
                    sha256  38e526427375713229ab3d86a5fe3f5a08550747d8420541706fdea9093fdce8 \
                    size    2504615

depends_lib-append  port:gmp \
                    port:mpfr
