From owner-freebsd-bugs@FreeBSD.ORG Wed Dec 30 19:20:05 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8098106566B for ; Wed, 30 Dec 2009 19:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6AFE18FC13 for ; Wed, 30 Dec 2009 19:20:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nBUJK5HV049444 for ; Wed, 30 Dec 2009 19:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nBUJK5SG049443; Wed, 30 Dec 2009 19:20:05 GMT (envelope-from gnats) Resent-Date: Wed, 30 Dec 2009 19:20:05 GMT Resent-Message-Id: <200912301920.nBUJK5SG049443@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sevan Janiyan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B005106568D for ; Wed, 30 Dec 2009 19:14:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 39DBA8FC15 for ; Wed, 30 Dec 2009 19:14:19 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nBUJEIY2063061 for ; Wed, 30 Dec 2009 19:14:18 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id nBUJEIEq063060; Wed, 30 Dec 2009 19:14:18 GMT (envelope-from nobody) Message-Id: <200912301914.nBUJEIEq063060@www.freebsd.org> Date: Wed, 30 Dec 2009 19:14:18 GMT From: Sevan Janiyan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/142176: [patch] benchmarks/hpl list out RUN_DEPENDS dependencies X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Dec 2009 19:20:05 -0000 >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 >Release-Note: >Audit-Trail: >Unformatted: