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 CBBA11396D0 for ; Fri, 22 Sep 2017 16:20:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17EDE1FC19C; Fri, 22 Sep 2017 16:20:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EA7B61FC19C for ; Fri, 22 Sep 2017 16:20:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 947CA33BE25 for ; Fri, 22 Sep 2017 16:20:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E85183F7 for ; Fri, 22 Sep 2017 16:20:37 +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: <1506097217.5cc0a97950e184d9c1a3f8a5c5829170242a6dc6.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-2.1.1.ebuild sys-cluster/openmpi/openmpi-2.1.2.ebuild X-VCS-Directories: sys-cluster/openmpi/ X-VCS-Committer: jsbronder X-VCS-Committer-Name: Justin Bronder X-VCS-Revision: 5cc0a97950e184d9c1a3f8a5c5829170242a6dc6 X-VCS-Branch: master Date: Fri, 22 Sep 2017 16:20:37 +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: d9bad924-a6a1-460a-b4ce-69afa7c08daa X-Archives-Hash: 85fcf4d39ed8c09d0684786dd52e531c commit: 5cc0a97950e184d9c1a3f8a5c5829170242a6dc6 Author: Justin Bronder gentoo org> AuthorDate: Fri Sep 22 16:20:17 2017 +0000 Commit: Justin Bronder gentoo org> CommitDate: Fri Sep 22 16:20:17 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5cc0a979 sys-cluster/openmpi: bump 2.1.2 Package-Manager: Portage-2.3.6, Repoman-2.3.1 sys-cluster/openmpi/{openmpi-2.1.1.ebuild => openmpi-2.1.2.ebuild} | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys-cluster/openmpi/openmpi-2.1.1.ebuild b/sys-cluster/openmpi/openmpi-2.1.2.ebuild similarity index 96% rename from sys-cluster/openmpi/openmpi-2.1.1.ebuild rename to sys-cluster/openmpi/openmpi-2.1.2.ebuild index 0b22945ee..15e30ff32 100644 --- a/sys-cluster/openmpi/openmpi-2.1.1.ebuild +++ b/sys-cluster/openmpi/openmpi-2.1.2.ebuild @@ -21,7 +21,6 @@ IUSE_OPENMPI_RM=" IUSE_OPENMPI_OFED_FEATURES=" openmpi_ofed_features_control-hdr-padding - openmpi_ofed_features_connectx-xrc openmpi_ofed_features_udcm openmpi_ofed_features_rdmacm openmpi_ofed_features_dynamic-sl" @@ -39,7 +38,6 @@ REQUIRED_USE="openmpi_rm_slurm? ( !openmpi_rm_pbs ) openmpi_rm_pbs? ( !openmpi_rm_slurm ) openmpi_fabrics_psm? ( openmpi_fabrics_ofed ) openmpi_ofed_features_control-hdr-padding? ( openmpi_fabrics_ofed ) - openmpi_ofed_features_connectx-xrc? ( openmpi_fabrics_ofed ) openmpi_ofed_features_udcm? ( openmpi_fabrics_ofed ) openmpi_ofed_features_rdmacm? ( openmpi_fabrics_ofed ) openmpi_ofed_features_dynamic-sl? ( openmpi_fabrics_ofed )" @@ -126,7 +124,6 @@ multilib_src_configure() { $(multilib_native_use_with openmpi_fabrics_knem knem "${EPREFIX}"/usr) \ $(multilib_native_use_with openmpi_fabrics_psm psm "${EPREFIX}"/usr) \ $(multilib_native_use_enable openmpi_ofed_features_control-hdr-padding openib-control-hdr-padding) \ - $(multilib_native_use_enable openmpi_ofed_features_connectx-xrc openib-connectx-xrc) \ $(multilib_native_use_enable openmpi_ofed_features_rdmacm openib-rdmacm) \ $(multilib_native_use_enable openmpi_ofed_features_udcm openib-udcm) \ $(multilib_native_use_enable openmpi_ofed_features_dynamic-sl openib-dynamic-sl) \