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-ab | |
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-ab')
-rw-r--r-- | math/parmetis/files/patch-ab | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/math/parmetis/files/patch-ab b/math/parmetis/files/patch-ab new file mode 100644 index 000000000000..e5384562b847 --- /dev/null +++ b/math/parmetis/files/patch-ab @@ -0,0 +1,19 @@ +--- Makefile.in.orig Tue Jun 8 02:31:34 1999 ++++ Makefile.in Tue Jun 8 02:32:10 1999 +@@ -1,6 +1,6 @@ + + # Which compiler to use +-CC = mpicc ++CC = ${PREFIX}/mpich/bin/mpicc + + + # What optimization level to use +@@ -13,7 +13,7 @@ + COPTIONS = + + # Which loader to use +-LD = mpicc ++LD = ${PREFIX}/mpich/bin/mpicc + + # In which directories to look for any additional libraries + LIBDIR = |