diff options
author | roam <roam@FreeBSD.org> | 2003-10-08 19:29:48 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2003-10-08 19:29:48 +0800 |
commit | 2137d2d713808f39471775eb142f8523483f2cfc (patch) | |
tree | 9af074855482028c79a999d6c373c08ba7f33031 /math/parmetis | |
parent | 1c3e9e4f23f61f1efaa63be8f47da605546a4014 (diff) | |
download | freebsd-ports-gnome-2137d2d713808f39471775eb142f8523483f2cfc.tar.gz freebsd-ports-gnome-2137d2d713808f39471775eb142f8523483f2cfc.tar.zst freebsd-ports-gnome-2137d2d713808f39471775eb142f8523483f2cfc.zip |
Update to ParMetis 3.1.
PR: 57737
Submitted by: maintainer
Diffstat (limited to 'math/parmetis')
-rw-r--r-- | math/parmetis/Makefile | 2 | ||||
-rw-r--r-- | math/parmetis/distinfo | 2 | ||||
-rw-r--r-- | math/parmetis/files/patch-aa | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/math/parmetis/Makefile b/math/parmetis/Makefile index 3547c8f2f5b7..dcf5d0ee7097 100644 --- a/math/parmetis/Makefile +++ b/math/parmetis/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ParMetis -PORTVERSION= 3.0 +PORTVERSION= 3.1 CATEGORIES= math parallel MASTER_SITES= http://www-users.cs.umn.edu/~karypis/metis/parmetis/files/ diff --git a/math/parmetis/distinfo b/math/parmetis/distinfo index d55ab524de45..1bd9e88c3412 100644 --- a/math/parmetis/distinfo +++ b/math/parmetis/distinfo @@ -1 +1 @@ -MD5 (ParMetis-3.0.tar.gz) = 0bf146e60d9eb63f70ae388d7b35e6ba +MD5 (ParMetis-3.1.tar.gz) = 15f252eabc397a8c2f56fa1f5ed91354 diff --git a/math/parmetis/files/patch-aa b/math/parmetis/files/patch-aa index 02c0a0e3defc..a5f3a2aa61ef 100644 --- a/math/parmetis/files/patch-aa +++ b/math/parmetis/files/patch-aa @@ -1,10 +1,10 @@ ---- ParMETISLib/stdheaders.h.orig Sun Jun 9 18:06:05 2002 -+++ ParMETISLib/stdheaders.h Sun Jun 9 18:08:02 2002 +--- ParMETISLib/stdheaders.h.orig Wed Oct 8 11:34:41 2003 ++++ ParMETISLib/stdheaders.h Wed Oct 8 11:34:53 2003 @@ -14,7 +14,6 @@ #include <stdio.h> #include <stdlib.h> -#include <malloc.h> - #include <strings.h> #include <string.h> #include <ctype.h> + #include <math.h> |