Date: Wed, 15 Aug 2007 01:43:45 +0200 From: Nikola Lecic <nlecic@EUnet.yu> To: "Scot Hetzel" <swhetzel@gmail.com> Cc: James <oscartheduck@gmail.com>, freebsd-ports@freebsd.org Subject: Re: lam/MPI with trillium libraries Message-ID: <200708142348.l7ENmeTY012832@eunet.yu> In-Reply-To: <790a9fff0708141639h4a805f95n6519c40dc5dcd20a@mail.gmail.com> References: <d59e90ab0708141556l504c3e82x5946fc1d900af4ee@mail.gmail.com> <790a9fff0708141639h4a805f95n6519c40dc5dcd20a@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 14 Aug 2007 18:39:08 -0500 "Scot Hetzel" <swhetzel@gmail.com> wrote: > On 8/14/07, James <oscartheduck@gmail.com> 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. > > >=20 > Edit the ports Makefile and add the flag to CONFIGURE_ARGS. >=20 > If you want to make this flag conditional, add: >=20 > .if defined(WITH_MYOPTION) > CONFIGURE_ARGS+=3D --enable-my-option > .endif >=20 > after "CONFIGURE_ARGS=3D" in the Makefile. Yes, but changes like this will be erased by 'portsnap fetch update' after the next net/lam port revision. Nikola Le=C4=8Di=C4=87
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708142348.l7ENmeTY012832>