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 D61F1138334 for ; Tue, 5 Jun 2018 16:41:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D134E09ED; Tue, 5 Jun 2018 16:41:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB8F8E09EA for ; Tue, 5 Jun 2018 16:41:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3F7B335C87 for ; Tue, 5 Jun 2018 16:41:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F5FF2C5 for ; Tue, 5 Jun 2018 16:41:43 +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: <1528216880.6ad9af83c1a0b28aa05acaacdb3c4eba1580219e.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.7.ebuild sys-cluster/openmpi/openmpi-1.8.8.ebuild sys-cluster/openmpi/openmpi-2.0.4.ebuild sys-cluster/openmpi/openmpi-2.1.3.ebuild X-VCS-Directories: sys-cluster/openmpi/ X-VCS-Committer: jsbronder X-VCS-Committer-Name: Justin Bronder X-VCS-Revision: 6ad9af83c1a0b28aa05acaacdb3c4eba1580219e X-VCS-Branch: master Date: Tue, 5 Jun 2018 16:41:43 +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: 4a6f2f2d-ec72-43d8-a8e7-f883e76df1d4 X-Archives-Hash: 61c25e8b973dc26e13b982601098bb9b commit: 6ad9af83c1a0b28aa05acaacdb3c4eba1580219e Author: Justin Bronder gentoo org> AuthorDate: Tue Jun 5 16:04:18 2018 +0000 Commit: Justin Bronder gentoo org> CommitDate: Tue Jun 5 16:41:20 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6ad9af83 sys-cluster/openmpi: sys-cluster/pmix blocker Quick resolution of #652432. The ideal fix would be to have openmpi use the system install of pmix, but neither pmix nor most of its dependencies are using multilib. In the meantime, resolution is blocking recent releases of openmpi (#656080). Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-cluster/openmpi/openmpi-1.10.7.ebuild | 3 ++- sys-cluster/openmpi/openmpi-1.8.8.ebuild | 3 ++- sys-cluster/openmpi/openmpi-2.0.4.ebuild | 1 + sys-cluster/openmpi/openmpi-2.1.3.ebuild | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sys-cluster/openmpi/openmpi-1.10.7.ebuild b/sys-cluster/openmpi/openmpi-1.10.7.ebuild index 2c13c88e7..04274d323 100644 --- a/sys-cluster/openmpi/openmpi-1.10.7.ebuild +++ b/sys-cluster/openmpi/openmpi-1.10.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -48,6 +48,7 @@ REQUIRED_USE="openmpi_rm_slurm? ( !openmpi_rm_pbs ) MPI_UNCLASSED_DEP_STR=" !>=dev-libs/intel-common-16[mpi] + !sys-cluster/pmix 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 9cc09c47f..c703b9aa9 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-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -49,6 +49,7 @@ REQUIRED_USE="openmpi_rm_slurm? ( !openmpi_rm_pbs ) MPI_UNCLASSED_DEP_STR=" !>=dev-libs/intel-common-16[mpi] + !sys-cluster/pmix vt? ( !dev-libs/libotf !app-text/lcdf-typetools diff --git a/sys-cluster/openmpi/openmpi-2.0.4.ebuild b/sys-cluster/openmpi/openmpi-2.0.4.ebuild index 3ef7466a7..fa5e73f45 100644 --- a/sys-cluster/openmpi/openmpi-2.0.4.ebuild +++ b/sys-cluster/openmpi/openmpi-2.0.4.ebuild @@ -48,6 +48,7 @@ REQUIRED_USE="openmpi_rm_slurm? ( !openmpi_rm_pbs ) MPI_UNCLASSED_DEP_STR=" !>=dev-libs/intel-common-16[mpi] + !sys-cluster/pmix " CDEPEND=" diff --git a/sys-cluster/openmpi/openmpi-2.1.3.ebuild b/sys-cluster/openmpi/openmpi-2.1.3.ebuild index c422e7e8e..1b746d2f1 100644 --- a/sys-cluster/openmpi/openmpi-2.1.3.ebuild +++ b/sys-cluster/openmpi/openmpi-2.1.3.ebuild @@ -44,6 +44,7 @@ REQUIRED_USE="openmpi_rm_slurm? ( !openmpi_rm_pbs ) MPI_UNCLASSED_DEP_STR=" !>=dev-libs/intel-common-16[mpi] + !sys-cluster/pmix " CDEPEND="