Revision: 132525 https://trac.macports.org/changeset/132525 Author: michaelld@macports.org Date: 2015-02-03 09:38:41 -0800 (Tue, 03 Feb 2015) Log Message: ----------- octave-interval: new port, version 0.1.1. Added Paths: ----------- trunk/dports/math/octave-interval/ trunk/dports/math/octave-interval/Portfile trunk/dports/math/octave-interval/files/ trunk/dports/math/octave-interval/files/patch-src_Makefile.diff Added: trunk/dports/math/octave-interval/Portfile =================================================================== --- trunk/dports/math/octave-interval/Portfile (rev 0) +++ trunk/dports/math/octave-interval/Portfile 2015-02-03 17:38:41 UTC (rev 132525) @@ -0,0 +1,21 @@ +# -*- 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$ + +PortSystem 1.0 +PortGroup octave 1.0 + +octave.setup interval 0.1.1 +platforms darwin +license GPL-3+ ALv2 +maintainers nomaintainer +description Data types for verified computing. +long_description ${description} 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 22d67f9dfbe0827fccb2202bd2ae6abaee4c1a3e \ + sha256 84a33f0aa6c9adbb49847f3eb5d83dad64a639ab30df0744f940451a0d339aad + +depends_lib-append port:mpfr port:gmp + +patchfiles-append patch-src_Makefile.diff Property changes on: trunk/dports/math/octave-interval/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/math/octave-interval/files/patch-src_Makefile.diff =================================================================== --- trunk/dports/math/octave-interval/files/patch-src_Makefile.diff (rev 0) +++ trunk/dports/math/octave-interval/files/patch-src_Makefile.diff 2015-02-03 17:38:41 UTC (rev 132525) @@ -0,0 +1,11 @@ +--- src/Makefile.orig 2015-02-03 12:24:41.000000000 -0500 ++++ src/Makefile 2015-02-03 12:25:01.000000000 -0500 +@@ -9,7 +9,7 @@ + all: $(OBJ) + + mpfr_%.oct: mpfr_%.cc mpfr_commons.cc +- $(MKOCTFILE) $(CFLAGS) -o $@ $(LDFLAGS) $(LDFLAGS_MPFR) $< ++ $(MKOCTFILE) -v -o $@ $(LDFLAGS_MPFR) $< + + # The following build target are not required for the package installation + # process, but are used during development of the package.