diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:36:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:36:40 +0000 |
commit | 3fee91136667f7b3cca62afbc9d9f01d03a2ec89 (patch) | |
tree | caf481fc0fb12e9f5b4f7e105ea42f01f77c286a /math/blacs | |
parent | e6ffa1f425ea668e859fae97edfd25a239614331 (diff) | |
download | ports-3fee91136667f7b3cca62afbc9d9f01d03a2ec89.tar.gz ports-3fee91136667f7b3cca62afbc9d9f01d03a2ec89.zip |
Notes
Diffstat (limited to 'math/blacs')
-rw-r--r-- | math/blacs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/blacs/Makefile b/math/blacs/Makefile index 5899a53777cf..9fef4329a80b 100644 --- a/math/blacs/Makefile +++ b/math/blacs/Makefile @@ -35,7 +35,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/mpi/openmpi/lib/libmpi.so:${PORTSDIR}/net/openmpi RUN_DEPENDS+= ${LOCALBASE}/mpi/openmpi/bin/mpirun:${PORTSDIR}/net/openmpi EXTRA_PATCHES+= ${FILESDIR}/Bmake.inc-openmpi.diff .else -LIB_DEPENDS+= mpich:${PORTSDIR}/net/mpich2 +LIB_DEPENDS+= libmpich.so:${PORTSDIR}/net/mpich2 EXTRA_PATCHES+= ${FILESDIR}/Bmake.inc-mpich.diff .endif |