diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-09 01:47:33 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-09 01:47:33 +0000 |
commit | d6b3478d77cb9689f575215523c31cd670445d0f (patch) | |
tree | 412a63b0d90e90966dcedd072bdbe869696a5a3c /math/parmetis/files/patch-aa | |
parent | Add the fcgi, squirm, and thttpd ports. (diff) |
Initial import of ParMetis version 2.0.
A package for parallel (mpi) unstructured graph partitioning.
PR: 11783
Submitted by: Eoin Lawless <eoin@maths.tcd.ie>
Diffstat (limited to 'math/parmetis/files/patch-aa')
-rw-r--r-- | math/parmetis/files/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/parmetis/files/patch-aa b/math/parmetis/files/patch-aa new file mode 100644 index 000000000000..fd0d3e59f1ff --- /dev/null +++ b/math/parmetis/files/patch-aa @@ -0,0 +1,10 @@ +--- ParMETISLib/parmetis.h.orig Wed May 19 17:32:56 1999 ++++ ParMETISLib/parmetis.h Wed May 19 17:33:05 1999 +@@ -14,7 +14,6 @@ + + #include <stdio.h> + #include <stdlib.h> +-#include <malloc.h> + #include <strings.h> + #include <string.h> + #include <ctype.h> |