From owner-freebsd-ports@FreeBSD.ORG Wed Aug 15 14:20:44 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9C1216A469 for ; Wed, 15 Aug 2007 14:20:44 +0000 (UTC) (envelope-from oscartheduck@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.225]) by mx1.freebsd.org (Postfix) with ESMTP id 6FE8813C480 for ; Wed, 15 Aug 2007 14:20:44 +0000 (UTC) (envelope-from oscartheduck@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so730477nzf for ; Wed, 15 Aug 2007 07:20:43 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=XaGs6X/02/rqh0Pv3UHahMqsbwsjl90uqJsBETSG2RIZ6hddr0feMrLMvp9iqSVxCJqQPKPwaw99BpzR8t9bxR7em6L7oMhNYji2WsN2rZHh5iIjj4l1az9tIpN31Dk2BbPnREA7pjmxkgzKCz9tv154l7v+BwzfMjm78D+w/Zc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=kQuna/7jDShWCbPemnEHgjOGL9/sGF//6obuHQZSSPX+4a78oBzgJrzK93ldbFe2jWa6Zn7c/GHNnjilth91fd5F8jkGWMb/4tgohS8u9bpV7dJ2Bp//cl0ctRhRPRyZE4V4J7NOmQ+M0HaeFyaQY3W5v66JhEX3oK3HF1duvko= Received: by 10.114.66.2 with SMTP id o2mr519602waa.1187185895315; Wed, 15 Aug 2007 06:51:35 -0700 (PDT) Received: by 10.114.176.19 with HTTP; Wed, 15 Aug 2007 06:51:35 -0700 (PDT) Message-ID: Date: Wed, 15 Aug 2007 07:51:35 -0600 From: James To: "Scot Hetzel" In-Reply-To: <790a9fff0708141714x50fce15eja53aee87103a4412@mail.gmail.com> MIME-Version: 1.0 References: <790a9fff0708141639h4a805f95n6519c40dc5dcd20a@mail.gmail.com> <200708142348.l7ENmeTY012832@eunet.yu> <790a9fff0708141714x50fce15eja53aee87103a4412@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Nikola Lecic , freebsd-ports@freebsd.org Subject: Re: lam/MPI with trillium libraries X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2007 14:20:44 -0000 The advice you folks gave solved my problems nicely. Thanks! Ports kicks ass, I tellya. On 8/14/07, Scot Hetzel wrote: > > On 8/14/07, Nikola Lecic wrote: > > On Tue, 14 Aug 2007 18:39:08 -0500 > > "Scot Hetzel" wrote: > > > > > On 8/14/07, James wrote: > > > > I'm looking to build a copy of a debugging program called XMPI. For > > > > this to work, I have to have lam/MPI installed with the trillium > > > > libraries. > > > > > > > > I couldn't see any easy way to tell the net/lam port to install > > > > itself with these libraries, though it makes some measure of sense > > > > to me that there ought to be one. Is anyone out there aware of any > > > > way to do this? It's typically passed as a flag > > > > during ./configure, so if I'm just uninformed as to the ways of > > > > ports and there's an easy way to pass that in, that'd be a great > > > > solution. > > > > > > > > > > Edit the ports Makefile and add the flag to CONFIGURE_ARGS. > > > > > > If you want to make this flag conditional, add: > > > > > > .if defined(WITH_MYOPTION) > > > CONFIGURE_ARGS+= --enable-my-option > > > .endif > > > > > > after "CONFIGURE_ARGS=" in the Makefile. > > > > Yes, but changes like this will be erased by 'portsnap fetch update' > > after the next net/lam port revision. > > > It depends on how the ports are updated. cvs -q update -P -d won't > make the change disappear. Or if the change is submitted in a PR. > > Scot > > -- > DISCLAIMER: > No electrons were mamed while sending this message. Only slightly bruised. >