diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-09-25 08:24:22 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-09-25 08:24:22 +0000 |
commit | c4d41196bba9753df294230864f3c7467b0db214 (patch) | |
tree | ba1f04d125d94faf2a5a45ea1ed9cfab88f3930e /sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild | |
parent | stable on amd64 (diff) | |
download | gentoo-2-c4d41196bba9753df294230864f3c7467b0db214.tar.gz gentoo-2-c4d41196bba9753df294230864f3c7467b0db214.tar.bz2 gentoo-2-c4d41196bba9753df294230864f3c7467b0db214.zip |
(#119480) Add USE=xmpi to build support for the external XMPI GUI utility.
(Portage version: 2.1.2_pre1-r1)
Diffstat (limited to 'sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild')
-rw-r--r-- | sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild b/sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild index 67180cff3ad1..8cd042036c4c 100644 --- a/sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild +++ b/sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild,v 1.1 2006/07/20 06:19:07 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild,v 1.2 2006/09/25 08:24:22 dberkholz Exp $ inherit autotools eutils fortran flag-o-matic portability # LAM is a PITA with PBS. If it's detected, there is NO way to turn it off! # Likewise for the other SSI boot modules (globus/slurm/tm are affected) -IUSE="crypt pbs fortran" +IUSE="crypt pbs fortran xmpi" MY_P=${P/-mpi} S=${WORKDIR}/${MY_P} @@ -70,6 +70,7 @@ src_compile() { fi econf \ + $(use_with xmpi trillium) \ --sysconfdir=/etc/lam-mpi \ --enable-shared \ --with-threads=posix \ |