diff options
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 = |