mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
specifiy explicit RUN_DEPENDS instead of RUN=BUILD
PR: 142176 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
This commit is contained in:
parent
3af52d3b79
commit
2342b92830
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247627
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= hpl
|
||||
PORTVERSION= 2.0
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= benchmarks
|
||||
MASTER_SITES= http://www.netlib.org/benchmark/hpl/
|
||||
|
||||
@ -16,13 +16,14 @@ COMMENT= High Performance Computing Linpack Benchmark
|
||||
|
||||
.if !defined(WITH_LAM)
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/mpicc:${PORTSDIR}/net/mpich2
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/mpicc:${PORTSDIR}/net/mpich2
|
||||
.else
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/lamd:${PORTSDIR}/net/lam
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/lamd:${PORTSDIR}/net/lam
|
||||
CC= ${LOCALBASE}/bin/mpicc
|
||||
FC= ${LOCALBASE}/bin/mpicc
|
||||
.endif
|
||||
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
USE_FORTRAN= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user