[139125] trunk/dports/math/octave-interval

michaelld at macports.org michaelld at macports.org
Mon Aug 3 08:26:18 PDT 2015


Revision: 139125
          https://trac.macports.org/changeset/139125
Author:   michaelld at macports.org
Date:     2015-08-03 08:26:18 -0700 (Mon, 03 Aug 2015)
Log Message:
-----------
octave-interval:
+ update to 1.1.0; addresses ticket #48494;
+ fix patch for new Makefile;
+ add gmail.com:mschamschula as maintainer.

Modified Paths:
--------------
    trunk/dports/math/octave-interval/Portfile
    trunk/dports/math/octave-interval/files/patch-src_Makefile.diff

Modified: trunk/dports/math/octave-interval/Portfile
===================================================================
--- trunk/dports/math/octave-interval/Portfile	2015-08-03 15:14:43 UTC (rev 139124)
+++ trunk/dports/math/octave-interval/Portfile	2015-08-03 15:26:18 UTC (rev 139125)
@@ -5,10 +5,10 @@
 PortGroup           octave 1.0
 PortGroup           compiler_blacklist_versions 1.0
 
-octave.setup        interval 1.0.0
+octave.setup        interval 1.1.0
 platforms           darwin
 license             GPL-3+
-maintainers         nomaintainer
+maintainers         gmail.com:mschamschula 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 \
@@ -19,8 +19,8 @@
                     interval boundaries represented by binary64 numbers and is standard \
                     conforming to IEEE 1788.
 
-checksums           rmd160 3eca712d1c128f66e40a216033e28d444368b85c \
-                    sha256 f46128ff2f2c30b4abb7cb05b0998d186f7ccd09bc9317008a3d005d9e8cda43
+checksums           rmd160 1f30fb285d0e9a1d3f74342750c332d79a882c6d \
+                    sha256 0d0b3f3c3b5c97b1beaadd1372b3617dd491a9362ff62da85df9d665ce1498cb
 
 depends_lib-append  port:mpfr port:gmp
 

Modified: trunk/dports/math/octave-interval/files/patch-src_Makefile.diff
===================================================================
--- trunk/dports/math/octave-interval/files/patch-src_Makefile.diff	2015-08-03 15:14:43 UTC (rev 139124)
+++ trunk/dports/math/octave-interval/files/patch-src_Makefile.diff	2015-08-03 15:26:18 UTC (rev 139125)
@@ -1,13 +1,20 @@
---- src/Makefile.orig	2015-03-19 11:08:20.000000000 -0400
-+++ src/Makefile	2015-03-19 11:08:29.000000000 -0400
-@@ -12,8 +12,8 @@
+--- src/Makefile.orig	2015-08-03 00:36:50.000000000 -0400
++++ src/Makefile	2015-08-03 11:18:21.000000000 -0400
+@@ -31,9 +31,9 @@
  
- ## MPFR api oct-files
+ ## GNU MPFR api oct-files
+ mpfr_matrix_mul_d.oct: mpfr_%.oct: mpfr_%.cc mpfr_commons.cc
+-	$(MKOCTFILE)  -o $@ $(LDFLAGS_MPFR) $(XTRA_CFLAGS) $<
++	$(MKOCTFILE) -v -o $@ $(LDFLAGS_MPFR) $(XTRA_CFLAGS) $<
  mpfr_%.oct: mpfr_%.cc mpfr_commons.cc
 -	$(MKOCTFILE)  -o $@ $(LDFLAGS_MPFR)  $<
 +	$(MKOCTFILE) -v -o $@ $(LDFLAGS_MPFR)  $<
  
- ## cfenv api oct-file
+ ## <cfenv> api oct-file
+ ##
+@@ -43,4 +43,4 @@
+ ## omit the __setround__ function from a redistributed binary package.
+ ## However, please inform the package maintainer of the error.
  __setround__.oct: __setround__.cc
--	CXXFLAGS="$(CPP11_CXXFLAGS)"  $(MKOCTFILE)  -o $@  $<
-+	CXXFLAGS="$(CPP11_CXXFLAGS)"  $(MKOCTFILE) -v -o $@  $<
+-	$(MKOCTFILE)  -o $@  $<
++	$(MKOCTFILE) -v -o $@  $<
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150803/7a9d9d55/attachment.html>


More information about the macports-changes mailing list