misc/142176: [patch] benchmarks/hpl list out RUN_DEPENDS dependencies

Sevan Janiyan venture37 at geeklan.co.uk
Wed Dec 30 19:20:05 UTC 2009


>Number:         142176
>Category:       misc
>Synopsis:       [patch] benchmarks/hpl list out RUN_DEPENDS dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 30 19:20:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sevan Janiyan
>Release:        8.0
>Organization:
>Environment:
8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:02:08 UTC 2009     root at mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/benchmarks/hpl/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile	28 Nov 2009 10:44:51 -0000	1.16
+++ Makefile	30 Dec 2009 18:59:27 -0000
@@ -16,13 +16,15 @@
 
 .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>


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list