From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 22CFA1395E2 for ; Thu, 10 Nov 2016 21:09:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61189E08F8; Thu, 10 Nov 2016 21:09:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B0E6E08F8 for ; Thu, 10 Nov 2016 21:09:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75F4834168E for ; Thu, 10 Nov 2016 21:09:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCFF824B8 for ; Thu, 10 Nov 2016 21:09:35 +0000 (UTC) From: "Justin Bronder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Bronder" Message-ID: <1478810819.dcefeda47faf04f751d39f1d3f4430999553f40f.jsbronder@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/openmpi/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/openmpi/openmpi-1.10.3-r2.ebuild sys-cluster/openmpi/openmpi-1.8.8.ebuild sys-cluster/openmpi/openmpi-2.0.1.ebuild X-VCS-Directories: sys-cluster/openmpi/ X-VCS-Committer: jsbronder X-VCS-Committer-Name: Justin Bronder X-VCS-Revision: dcefeda47faf04f751d39f1d3f4430999553f40f X-VCS-Branch: master Date: Thu, 10 Nov 2016 21:09:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6bfc99ae-32ac-43ee-9eb1-d7685398c40e X-Archives-Hash: adc692e7e020b517c2aae168a50af0bd commit: dcefeda47faf04f751d39f1d3f4430999553f40f Author: Justin Bronder gentoo org> AuthorDate: Thu Nov 10 20:44:38 2016 +0000 Commit: Justin Bronder gentoo 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}]