1 | # -*- 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 |
---|
2 | # $Id: Portfile $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup octave 1.0 |
---|
6 | |
---|
7 | octave.setup interval 0.1.0 |
---|
8 | platforms darwin |
---|
9 | license GPL-2+ |
---|
10 | maintainers gmail.com:mschamschula openmaintainer |
---|
11 | description The package provides data types for verified computing. |
---|
12 | long_description ${description} The implementation of intervals in inf-sup format \ |
---|
13 | is based on interval boundaries represented by binary64 numbers and \ |
---|
14 | is standard conforming to IEEE 1788. |
---|
15 | |
---|
16 | checksums rmd160 6e057412de8e3fb5b5785a1f9b8e2d8233b99be3 \ |
---|
17 | sha256 0aae5c0e43e2de1d53719189ed47d691493625fa56d35e8bbc38d159d7d39c5b |
---|