diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2011-09-01 17:46:30 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2011-09-01 17:46:30 +0000 |
commit | d5e533cc124e2bc15b84c0b22e2af0fda77ac602 (patch) | |
tree | d6227e3c0e49633ce3756befd5966ccbbac5260e /math/parmetis/files/patch-ab | |
parent | Update python dependancy to 2.5+ (diff) |
- Update to 4.0
PR: ports/160126
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to '')
-rw-r--r-- | math/parmetis/files/patch-ab | 19 |
1 files changed, 0 insertions, 19 deletions
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 = |