diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2009-01-25 08:37:34 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2009-01-25 08:37:34 +0000 |
commit | 6b02829c5bba50cc7df255a35f1e2386adaed936 (patch) | |
tree | 783e595d39945153d6a04860076d5cfb7b522bad /benchmarks | |
parent | b222799b625902dec465377894fb3265c7ec0a49 (diff) | |
download | ports-6b02829c5bba50cc7df255a35f1e2386adaed936.tar.gz ports-6b02829c5bba50cc7df255a35f1e2386adaed936.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/hpl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/hpl/Makefile b/benchmarks/hpl/Makefile index 3bf0e1a0d638..7be85ab8fb09 100644 --- a/benchmarks/hpl/Makefile +++ b/benchmarks/hpl/Makefile @@ -15,7 +15,7 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= High Performance Computing Linpack Benchmark .if !defined(WITH_LAM) -BUILD_DEPENDS= ${LOCALBASE}/bin/mpicc:${PORTSDIR}/net/mpich2 +BUILD_DEPENDS= ${LOCALBASE}/mpich2/bin/mpicc:${PORTSDIR}/net/mpich2 .else BUILD_DEPENDS= ${LOCALBASE}/bin/lamd:${PORTSDIR}/net/lam CC= ${LOCALBASE}/bin/mpicc |