diff options
Diffstat (limited to 'math/parmetis/files')
-rw-r--r-- | math/parmetis/files/patch-aa | 10 | ||||
-rw-r--r-- | math/parmetis/files/patch-ab | 19 |
2 files changed, 0 insertions, 29 deletions
diff --git a/math/parmetis/files/patch-aa b/math/parmetis/files/patch-aa deleted file mode 100644 index a5f3a2aa61ef..000000000000 --- a/math/parmetis/files/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 <string.h> - #include <ctype.h> - #include <math.h> diff --git a/math/parmetis/files/patch-ab b/math/parmetis/files/patch-ab deleted file mode 100644 index 09756660bccf..000000000000 --- a/math/parmetis/files/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.in.orig Mon Jun 10 15:07:32 2002 -+++ Makefile.in Mon Jun 10 15:08:55 2002 -@@ -1,6 +1,6 @@ - - # Which compiler to use --CC = mpicc -+CC = ${LOCALBASE}/bin/mpicc - - - # What optimization level to use -@@ -13,7 +13,7 @@ - COPTIONS = - - # Which loader to use --LD = mpicc -+LD = ${LOCALBASE}/bin/mpicc - - # In which directories to look for any additional libraries - LIBDIR = |