summaryrefslogtreecommitdiff
path: root/math/blacs/files/patch-Bmake.inc
diff options
context:
space:
mode:
Diffstat (limited to 'math/blacs/files/patch-Bmake.inc')
-rw-r--r--math/blacs/files/patch-Bmake.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/blacs/files/patch-Bmake.inc b/math/blacs/files/patch-Bmake.inc
index 4c69d97146ed..1b6f547a9a87 100644
--- a/math/blacs/files/patch-Bmake.inc
+++ b/math/blacs/files/patch-Bmake.inc
@@ -31,11 +31,11 @@
# Name and location of the MPI library.
# -------------------------------------
- MPIdir = /usr/local/mpich
-+ MPIdir = @PREFIX@/mpich
++ MPIdir = @LOCALBASE@/mpich2
MPILIBdir = $(MPIdir)/lib/
MPIINCdir = $(MPIdir)/include
- MPILIB = $(MPILIBdir)/libmpich.a
-+ MPILIB = $(MPILIBdir)/libmpich.a $(MPILIBdir)/libpmpich.a
++ MPILIB = $(MPILIBdir)/libmpich.a
# -------------------------------------
# All libraries required by the tester.