aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/hpl
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-01-24 01:36:42 +0800
committerpav <pav@FreeBSD.org>2009-01-24 01:36:42 +0800
commit5456c6cebbd6458269492ef51dda087e72908e26 (patch)
treece13f3bcb7c3512a3d0a99542c0dde47fe2db79f /benchmarks/hpl
parent31bd9d900b948bacfcd8c9f5dbe376b294797d2c (diff)
downloadfreebsd-ports-gnome-5456c6cebbd6458269492ef51dda087e72908e26.tar.gz
freebsd-ports-gnome-5456c6cebbd6458269492ef51dda087e72908e26.tar.zst
freebsd-ports-gnome-5456c6cebbd6458269492ef51dda087e72908e26.zip
- Switch to LAM now that net/mpich port was deleted. Fixes INDEX
With hat: portmgr
Diffstat (limited to 'benchmarks/hpl')
-rw-r--r--benchmarks/hpl/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/benchmarks/hpl/Makefile b/benchmarks/hpl/Makefile
index 79f28de3e6ea..1124bc68a062 100644
--- a/benchmarks/hpl/Makefile
+++ b/benchmarks/hpl/Makefile
@@ -7,20 +7,16 @@
PORTNAME= hpl
PORTVERSION= 2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= benchmarks
MASTER_SITES= http://www.netlib.org/benchmark/hpl/
MAINTAINER= oliver@FreeBSD.org
COMMENT= High Performance Computing Linpack Benchmark
-.if !defined(WITH_LAM)
-BUILD_DEPENDS= ${LOCALBASE}/mpich/bin/mpicc:${PORTSDIR}/net/mpich
-.else
BUILD_DEPENDS= ${LOCALBASE}/bin/lamd:${PORTSDIR}/net/lam
CC= ${LOCALBASE}/bin/mpicc
FC= ${LOCALBASE}/bin/mpicc
-.endif
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_FORTRAN= yes
@@ -84,14 +80,9 @@ post-patch:
s|ARCH[ )]|_&|g' \
${WRKSRC}/setup/Make.${HPL_ARCH}
-.if defined(WITH_LAM)
@${REINPLACE_CMD} -e 's|^MPdir[ ]*=.*$$|#&| ; s|^MPinc[ ]*=.*$$|#&| ; \
s|^MPlib[ ]*=.*$$|MPlib = /usr/lib/libg2c.a|' \
${WRKSRC}/setup/Make.${HPL_ARCH}
-.else
- @${REINPLACE_CMD} -e 's|^MPdir[ ]*=.*$$|MPdir = ${LOCALBASE}/mpich|' \
- ${WRKSRC}/setup/Make.${HPL_ARCH}
-.endif
.if defined(WITH_BLAS)
@${REINPLACE_CMD} -e 's|^HPL_OPTS[ ]*=.*$$|HPL_OPTS =| ; \