From dcefeda47faf04f751d39f1d3f4430999553f40f Mon Sep 17 00:00:00 2001 From: Justin Bronder Date: Thu, 10 Nov 2016 15:44:38 -0500 Subject: sys-cluster/openmpi: add blocker for >=dev-libs/intel-common-16[mpi] https://bugs.gentoo.org/show_bug.cgi?id=575220 Package-Manager: portage-2.3.0 --- sys-cluster/openmpi/openmpi-1.10.3-r2.ebuild | 1 + sys-cluster/openmpi/openmpi-1.8.8.ebuild | 3 ++- sys-cluster/openmpi/openmpi-2.0.1.ebuild | 4 ++++ 3 files changed, 7 insertions(+), 1 deletion(-) (limited to 'sys-cluster') diff --git a/sys-cluster/openmpi/openmpi-1.10.3-r2.ebuild b/sys-cluster/openmpi/openmpi-1.10.3-r2.ebuild index 676680a8a..2d4de71c7 100644 --- a/sys-cluster/openmpi/openmpi-1.10.3-r2.ebuild +++ b/sys-cluster/openmpi/openmpi-1.10.3-r2.ebuild @@ -48,6 +48,7 @@ REQUIRED_USE="openmpi_rm_slurm? ( !openmpi_rm_pbs ) openmpi_ofed_features_failover? ( openmpi_fabrics_ofed )" MPI_UNCLASSED_DEP_STR=" + !>=dev-libs/intel-common-16[mpi] vt? ( !dev-libs/libotf !app-text/lcdf-typetools diff --git a/sys-cluster/openmpi/openmpi-1.8.8.ebuild b/sys-cluster/openmpi/openmpi-1.8.8.ebuild index ee7581223..1a067212b 100644 --- a/sys-cluster/openmpi/openmpi-1.8.8.ebuild +++ b/sys-cluster/openmpi/openmpi-1.8.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -49,6 +49,7 @@ REQUIRED_USE="openmpi_rm_slurm? ( !openmpi_rm_pbs ) openmpi_ofed_features_failover? ( openmpi_fabrics_ofed )" MPI_UNCLASSED_DEP_STR=" + !>=dev-libs/intel-common-16[mpi] vt? ( !dev-libs/libotf !app-text/lcdf-typetools diff --git a/sys-cluster/openmpi/openmpi-2.0.1.ebuild b/sys-cluster/openmpi/openmpi-2.0.1.ebuild index d126d9630..a4939768e 100644 --- a/sys-cluster/openmpi/openmpi-2.0.1.ebuild +++ b/sys-cluster/openmpi/openmpi-2.0.1.ebuild @@ -47,6 +47,10 @@ REQUIRED_USE="openmpi_rm_slurm? ( !openmpi_rm_pbs ) openmpi_ofed_features_dynamic-sl? ( openmpi_fabrics_ofed ) openmpi_ofed_features_failover? ( openmpi_fabrics_ofed )" +MPI_UNCLASSED_DEP_STR=" + !>=dev-libs/intel-common-16[mpi] +" + CDEPEND=" >=dev-libs/libevent-2.0.22[${MULTILIB_USEDEP}] dev-libs/libltdl:0[${MULTILIB_USEDEP}] -- cgit v1.2.3-65-gdbad