diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-12-10 22:08:10 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-12-10 22:08:10 +0000 |
commit | 5f781f0fa03c387b79f5ca735043111126364508 (patch) | |
tree | 5d297c0a2fd59c0daea31038c2b9eaf262f017e3 /sys-cluster | |
parent | Drop KDE SC-4.3.1. (diff) | |
download | gentoo-2-5f781f0fa03c387b79f5ca735043111126364508.tar.gz gentoo-2-5f781f0fa03c387b79f5ca735043111126364508.tar.bz2 gentoo-2-5f781f0fa03c387b79f5ca735043111126364508.zip |
keyword ~x86-fbsd
(Portage version: 2.2_rc58/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/openmpi/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/openmpi/openmpi-1.4.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-cluster/openmpi/ChangeLog b/sys-cluster/openmpi/ChangeLog index 684c119b013b..62b205d42e7d 100644 --- a/sys-cluster/openmpi/ChangeLog +++ b/sys-cluster/openmpi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/openmpi # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.55 2009/12/09 15:48:29 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.56 2009/12/10 22:08:10 aballier Exp $ + + 10 Dec 2009; Alexis Ballier <aballier@gentoo.org> openmpi-1.4.ebuild: + keyword ~x86-fbsd *openmpi-1.4 (09 Dec 2009) diff --git a/sys-cluster/openmpi/openmpi-1.4.ebuild b/sys-cluster/openmpi/openmpi-1.4.ebuild index 89927ce1a7d6..4a74ca5eddd5 100644 --- a/sys-cluster/openmpi/openmpi-1.4.ebuild +++ b/sys-cluster/openmpi/openmpi-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.4.ebuild,v 1.1 2009/12/09 15:48:29 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.4.ebuild,v 1.2 2009/12/10 22:08:10 aballier Exp $ EAPI=2 inherit eutils multilib flag-o-matic toolchain-funcs fortran @@ -14,13 +14,14 @@ SRC_URI="http://www.open-mpi.org/software/ompi/v1.4/downloads/${MY_P}.tar.bz2" LICENSE="BSD" SLOT="0" RESTRICT="mpi-threads? ( test )" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="+cxx fortran heterogeneous ipv6 mpi-threads pbs romio threads vt" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="+cxx elibc_FreeBSD fortran heterogeneous ipv6 mpi-threads pbs romio threads vt" RDEPEND="pbs? ( sys-cluster/torque ) vt? ( !dev-libs/libotf !app-text/lcdf-typetools ) + elibc_FreeBSD? ( dev-libs/libexecinfo ) !sys-cluster/mpich !sys-cluster/lam-mpi !sys-cluster/mpich2 |