# -*- 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 # $Id: Portfile 149171 2016-06-04 20:26:10Z mps@macports.org $ PortSystem 1.0 PortGroup octave 1.0 PortGroup compiler_blacklist_versions 1.0 octave.setup interval 1.5.0 platforms darwin license GPL-3+ maintainers mps 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 2629f7f25c498ec5b021f2bd2595c72def35c7fa \ sha256 ac3d1ac5d85dff037152e95bf47ca2a53af593c87b2303967bc1c225a25881ca depends_lib-append port:mpfr port:gmp