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 8AE84138334 for ; Thu, 25 Apr 2019 16:48:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73CF4E08DC; Thu, 25 Apr 2019 16:48:08 +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 36051E08DC for ; Thu, 25 Apr 2019 16:48:08 +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 8C5D134273A for ; Thu, 25 Apr 2019 16:48:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1ACA3574 for ; Thu, 25 Apr 2019 16:48:05 +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: <1556210841.b103390a2465b7b39bb17b219dcf1dad2bf92f4e.jsbronder@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/openmpi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/openmpi/openmpi-4.0.1.ebuild X-VCS-Directories: sys-cluster/openmpi/ X-VCS-Committer: jsbronder X-VCS-Committer-Name: Justin Bronder X-VCS-Revision: b103390a2465b7b39bb17b219dcf1dad2bf92f4e X-VCS-Branch: master Date: Thu, 25 Apr 2019 16:48:05 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6dd0ded1-b317-440c-ba2b-8b8076252d6c X-Archives-Hash: 8b08fc28c203aefa0d97dfb163e64ed7 commit: b103390a2465b7b39bb17b219dcf1dad2bf92f4e Author: Justin Bronder gentoo org> AuthorDate: Thu Apr 25 16:47:05 2019 +0000 Commit: Justin Bronder gentoo org> CommitDate: Thu Apr 25 16:47:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b103390a sys-cluster/openmpi: drop unused numa flag Signed-off-by: Justin Bronder gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 sys-cluster/openmpi/openmpi-4.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/openmpi/openmpi-4.0.1.ebuild b/sys-cluster/openmpi/openmpi-4.0.1.ebuild index 93ba7383599..25592104fbb 100644 --- a/sys-cluster/openmpi/openmpi-4.0.1.ebuild +++ b/sys-cluster/openmpi/openmpi-4.0.1.ebuild @@ -31,7 +31,7 @@ SRC_URI="http://www.open-mpi.org/software/ompi/v$(ver_cut 1-2)/downloads/${MY_P} LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" -IUSE="cma cuda cxx elibc_FreeBSD fortran heterogeneous ipv6 java numa romio +IUSE="cma cuda cxx elibc_FreeBSD fortran heterogeneous ipv6 java romio ${IUSE_OPENMPI_FABRICS} ${IUSE_OPENMPI_RM} ${IUSE_OPENMPI_OFED_FEATURES}" REQUIRED_USE="openmpi_rm_slurm? ( !openmpi_rm_pbs )