Date: Wed, 30 Dec 2009 19:14:18 GMT From: Sevan Janiyan <venture37@geeklan.co.uk> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/142176: [patch] benchmarks/hpl list out RUN_DEPENDS dependencies Message-ID: <200912301914.nBUJEIEq063060@www.freebsd.org> Resent-Message-ID: <200912301920.nBUJK5SG049443@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912301914.nBUJEIEq063060>