[138595] trunk/dports/math/octave-parallel
michaelld at macports.org
michaelld at macports.org
Mon Jul 13 08:21:20 PDT 2015
Revision: 138595
https://trac.macports.org/changeset/138595
Author: michaelld at macports.org
Date: 2015-07-13 08:21:20 -0700 (Mon, 13 Jul 2015)
Log Message:
-----------
octave-parallel: update to 3.0.0; addresses ticket #48341.
Modified Paths:
--------------
trunk/dports/math/octave-parallel/Portfile
Added Paths:
-----------
trunk/dports/math/octave-parallel/files/
trunk/dports/math/octave-parallel/files/patch-src-parallel-gnutls.h.diff
Modified: trunk/dports/math/octave-parallel/Portfile
===================================================================
--- trunk/dports/math/octave-parallel/Portfile 2015-07-13 13:32:15 UTC (rev 138594)
+++ trunk/dports/math/octave-parallel/Portfile 2015-07-13 15:21:20 UTC (rev 138595)
@@ -4,12 +4,16 @@
PortSystem 1.0
PortGroup octave 1.0
-octave.setup parallel 2.2.1
+octave.setup parallel 3.0.0
platforms darwin
license GPL-2+ GPL-3+
-maintainers nomaintainer
+maintainers gmail.com:mschamschula openmaintainer
description Parallel execution package for cluster computers.
long_description ${description}
-checksums rmd160 5ed43f6fb1433cce47fb6075628c3937670e7314 \
- sha256 1faf36a7c1750c364ec8089c78cdecbcdbf47c40410c2463e8f3e44dc4d92f33
+checksums rmd160 a30251f7bff0e3a64bd03f203257e72cefee12a0 \
+ sha256 7ba3105da8e0fab71554bfd50a0b34832d5f12aca3760f7395115083499cb7e1
+
+patchfiles patch-src-parallel-gnutls.h.diff
+
+depends_lib-append port:gnutls
Added: trunk/dports/math/octave-parallel/files/patch-src-parallel-gnutls.h.diff
===================================================================
--- trunk/dports/math/octave-parallel/files/patch-src-parallel-gnutls.h.diff (rev 0)
+++ trunk/dports/math/octave-parallel/files/patch-src-parallel-gnutls.h.diff 2015-07-13 15:21:20 UTC (rev 138595)
@@ -0,0 +1,11 @@
+--- src/parallel-gnutls.h.orig 2015-07-12 06:10:04.000000000 -0500
++++ src/parallel-gnutls.h 2015-07-13 09:20:23.000000000 -0500
+@@ -41,7 +41,7 @@
+
+ #include <stdio.h>
+
+-#include <malloc.h>
++#include <sys/malloc.h>
+
+ /*
+ not necessary with current Octave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150713/248cb766/attachment.html>
More information about the macports-changes
mailing list