diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2012-04-19 20:15:34 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2012-04-19 20:15:34 +0000 |
commit | 23fbc9147ea002b5ac7bc7905fa1bdef9f3e62dc (patch) | |
tree | 40ee8c20ae5ac7246f2d15ec73612afdee58e157 /sys-cluster/openmpi | |
parent | add openmpi_ofed_features_rdmacm to use mask for alpha ia64 powerpc sparc (diff) | |
download | gentoo-2-23fbc9147ea002b5ac7bc7905fa1bdef9f3e62dc.tar.gz gentoo-2-23fbc9147ea002b5ac7bc7905fa1bdef9f3e62dc.tar.bz2 gentoo-2-23fbc9147ea002b5ac7bc7905fa1bdef9f3e62dc.zip |
[sys-cluster/openmpi] Add missing use conditional dep
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/openmpi')
-rw-r--r-- | sys-cluster/openmpi/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/openmpi/openmpi-1.5.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/openmpi/ChangeLog b/sys-cluster/openmpi/ChangeLog index b4a07f367808..2de19ceb64d3 100644 --- a/sys-cluster/openmpi/ChangeLog +++ b/sys-cluster/openmpi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/openmpi # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.103 2012/04/18 20:35:24 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.104 2012/04/19 20:15:34 alexxy Exp $ + + 19 Apr 2012; Alexey Shvetsov <alexxy@gentoo.org> openmpi-1.5.5.ebuild: + [sys-cluster/openmpi] Add missing use conditional dep *openmpi-1.5.5 (18 Apr 2012) diff --git a/sys-cluster/openmpi/openmpi-1.5.5.ebuild b/sys-cluster/openmpi/openmpi-1.5.5.ebuild index b89e85044d3f..fb8145533d72 100644 --- a/sys-cluster/openmpi/openmpi-1.5.5.ebuild +++ b/sys-cluster/openmpi/openmpi-1.5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.5.5.ebuild,v 1.1 2012/04/18 20:35:24 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.5.5.ebuild,v 1.2 2012/04/19 20:15:34 alexxy Exp $ EAPI=4 inherit eutils fortran-2 multilib flag-o-matic toolchain-funcs versionator @@ -61,6 +61,7 @@ RDEPEND=" openmpi_fabrics_sctp? ( net-misc/lksctp-tools ) openmpi_rm_pbs? ( sys-cluster/torque ) openmpi_rm_slurm? ( sys-cluster/slurm ) + openmpi_ofed_features_rdmacm? ( sys-infiniband/librdmacm ) fortran? ( virtual/fortran ) vt? ( !dev-libs/libotf @@ -130,7 +131,6 @@ src_configure() { $(use_enable romio io-romio) \ $(use_enable heterogeneous) \ $(use_enable ipv6) \ - $(use_with numa libnuma "${EPREFIX}"/usr) \ $(use_with openmpi_fabrics_dapl udapl "${EPREFIX}"/usr) \ $(use_with openmpi_fabrics_ofed openib "${EPREFIX}"/usr) \ $(use_with openmpi_fabrics_knem knem "${EPREFIX}"/usr) \ |