aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/hpl/Makefile
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2009-01-25 08:37:34 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2009-01-25 08:37:34 +0000
commit6b02829c5bba50cc7df255a35f1e2386adaed936 (patch)
tree783e595d39945153d6a04860076d5cfb7b522bad /benchmarks/hpl/Makefile
parentb222799b625902dec465377894fb3265c7ec0a49 (diff)
downloadports-6b02829c5bba50cc7df255a35f1e2386adaed936.tar.gz
ports-6b02829c5bba50cc7df255a35f1e2386adaed936.zip
fix mpich dependency
Noted by: pav
Notes
Notes: svn path=/head/; revision=226832
Diffstat (limited to 'benchmarks/hpl/Makefile')
-rw-r--r--benchmarks/hpl/Makefile2
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