commit: dcefeda47faf04f751d39f1d3f4430999553f40f Author: Justin Bronder <jsbronder <AT> gentoo <DOT> org> AuthorDate: Thu Nov 10 20:44:38 2016 +0000 Commit: Justin Bronder <jsbronder <AT> gentoo <DOT> org> CommitDate: Thu Nov 10 20:46:59 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=dcefeda4
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(-) diff --git a/sys-cluster/openmpi/openmpi-1.10.3-r2.ebuild b/sys-cluster/openmpi/openmpi-1.10.3-r2.ebuild index 676680a..2d4de71 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 ee75812..1a06721 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 d126d96..a493976 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}]
