aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@gentoo.org>2011-03-22 10:21:46 -0400
committerJustin Bronder <jsbronder@gentoo.org>2011-03-22 10:22:04 -0400
commitaea9f416b987f9ddec50065d7ed74b4a474f6df7 (patch)
treebe263f837c6be835f74e526f91bb404b7ca65552 /sys-cluster/openmpi/openmpi-1.5.3.ebuild
parentmpi.eclass: Improve handling of unclassed dep strings (diff)
downloadsci-aea9f416b987f9ddec50065d7ed74b4a474f6df7.tar.gz
sci-aea9f416b987f9ddec50065d7ed74b4a474f6df7.tar.bz2
sci-aea9f416b987f9ddec50065d7ed74b4a474f6df7.zip
Make the USE=vt blockers conditional on being an unclasssed merge.
(Portage version: 2.1.9.43/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 4D7043C9)
Diffstat (limited to 'sys-cluster/openmpi/openmpi-1.5.3.ebuild')
-rw-r--r--sys-cluster/openmpi/openmpi-1.5.3.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/sys-cluster/openmpi/openmpi-1.5.3.ebuild b/sys-cluster/openmpi/openmpi-1.5.3.ebuild
index c31e033fe..598873628 100644
--- a/sys-cluster/openmpi/openmpi-1.5.3.ebuild
+++ b/sys-cluster/openmpi/openmpi-1.5.3.ebuild
@@ -15,11 +15,12 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="+cxx elibc_FreeBSD fortran heterogeneous ipv6 infiniband mpi-threads pbs romio threads vt"
+MPI_UNCLASSED_DEP_STR="
+ vt? (
+ !dev-libs/libotf
+ !app-text/lcdf-typetools
+ )"
RDEPEND="pbs? ( sys-cluster/torque )
- vt? (
- !dev-libs/libotf
- !app-text/lcdf-typetools
- )
infiniband? ( sys-infiniband/libibverbs )
elibc_FreeBSD? ( dev-libs/libexecinfo )
>=sys-apps/hwloc-1.1.1