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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 442C7158086 for ; Sun, 26 Dec 2021 03:41:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 985BE2BC01A; Sun, 26 Dec 2021 03:41:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D821B2BC018 for ; Sun, 26 Dec 2021 03:41:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40E733430EB for ; Sun, 26 Dec 2021 03:41:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A31F258 for ; Sun, 26 Dec 2021 03:41:22 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1640489152.17d0fa1ac3c182c3f17880a3ea50cda1b16f2476.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/legion/legion-16.08.0-r2.ebuild sys-cluster/legion/legion-16.10.0-r1.ebuild sys-cluster/legion/legion-17.02.0-r1.ebuild sys-cluster/legion/legion-17.05.0-r1.ebuild sys-cluster/legion/legion-17.08.0-r1.ebuild sys-cluster/legion/legion-17.10.0-r1.ebuild sys-cluster/legion/legion-18.02.0-r1.ebuild sys-cluster/legion/legion-18.05.0-r1.ebuild sys-cluster/legion/legion-18.12.0-r1.ebuild sys-cluster/legion/legion-19.06.0-r1.ebuild sys-cluster/legion/legion-9999.ebuild X-VCS-Directories: sys-cluster/legion/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 17d0fa1ac3c182c3f17880a3ea50cda1b16f2476 X-VCS-Branch: master Date: Sun, 26 Dec 2021 03:41:22 +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: 3b1f32ec-7bc2-41c8-ba2e-7b675de4763e X-Archives-Hash: 4d9a35603002d3938db92cf34e751b2c commit: 17d0fa1ac3c182c3f17880a3ea50cda1b16f2476 Author: Sam James gentoo org> AuthorDate: Sun Dec 26 03:24:54 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 26 03:25:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d0fa1a sys-cluster/legion: disable hwloc by default Doesn't build with newer versions right now and it looks like (not being an expert in cluster stuff at all, to be fair) hwloc isn't super important here from the upstream comments (there's alternatives available which are used by default). Bug: https://github.com/StanfordLegion/legion/issues/575 Bug: https://bugs.gentoo.org/796128 Signed-off-by: Sam James gentoo.org> sys-cluster/legion/legion-16.08.0-r2.ebuild | 2 +- sys-cluster/legion/legion-16.10.0-r1.ebuild | 2 +- sys-cluster/legion/legion-17.02.0-r1.ebuild | 2 +- sys-cluster/legion/legion-17.05.0-r1.ebuild | 2 +- sys-cluster/legion/legion-17.08.0-r1.ebuild | 2 +- sys-cluster/legion/legion-17.10.0-r1.ebuild | 2 +- sys-cluster/legion/legion-18.02.0-r1.ebuild | 2 +- sys-cluster/legion/legion-18.05.0-r1.ebuild | 2 +- sys-cluster/legion/legion-18.12.0-r1.ebuild | 2 +- sys-cluster/legion/legion-19.06.0-r1.ebuild | 2 +- sys-cluster/legion/legion-9999.ebuild | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/sys-cluster/legion/legion-16.08.0-r2.ebuild b/sys-cluster/legion/legion-16.08.0-r2.ebuild index 7295a5f41e45..5daaca5581f2 100644 --- a/sys-cluster/legion/legion-16.08.0-r2.ebuild +++ b/sys-cluster/legion/legion-16.08.0-r2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -IUSE="gasnet +hwloc" +IUSE="gasnet hwloc" DEPEND=" gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 ) diff --git a/sys-cluster/legion/legion-16.10.0-r1.ebuild b/sys-cluster/legion/legion-16.10.0-r1.ebuild index 50372479f2c9..0d5b3d41f7a5 100644 --- a/sys-cluster/legion/legion-16.10.0-r1.ebuild +++ b/sys-cluster/legion/legion-16.10.0-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -IUSE="gasnet +hwloc" +IUSE="gasnet hwloc" DEPEND=" gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 ) diff --git a/sys-cluster/legion/legion-17.02.0-r1.ebuild b/sys-cluster/legion/legion-17.02.0-r1.ebuild index 4ab8ed801e4e..5e126856c936 100644 --- a/sys-cluster/legion/legion-17.02.0-r1.ebuild +++ b/sys-cluster/legion/legion-17.02.0-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -IUSE="gasnet +hwloc" +IUSE="gasnet hwloc" DEPEND=" gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 ) diff --git a/sys-cluster/legion/legion-17.05.0-r1.ebuild b/sys-cluster/legion/legion-17.05.0-r1.ebuild index 0746074ce71d..59a7f7771c6d 100644 --- a/sys-cluster/legion/legion-17.05.0-r1.ebuild +++ b/sys-cluster/legion/legion-17.05.0-r1.ebuild @@ -18,7 +18,7 @@ fi LICENSE="BSD" SLOT="0" -IUSE="gasnet +hwloc" +IUSE="gasnet hwloc" DEPEND=" gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 ) diff --git a/sys-cluster/legion/legion-17.08.0-r1.ebuild b/sys-cluster/legion/legion-17.08.0-r1.ebuild index c883f98f82d2..a1204f389489 100644 --- a/sys-cluster/legion/legion-17.08.0-r1.ebuild +++ b/sys-cluster/legion/legion-17.08.0-r1.ebuild @@ -18,7 +18,7 @@ fi LICENSE="BSD" SLOT="0" -IUSE="gasnet +hwloc test" +IUSE="gasnet hwloc test" RESTRICT="!test? ( test )" DEPEND=" diff --git a/sys-cluster/legion/legion-17.10.0-r1.ebuild b/sys-cluster/legion/legion-17.10.0-r1.ebuild index c883f98f82d2..a1204f389489 100644 --- a/sys-cluster/legion/legion-17.10.0-r1.ebuild +++ b/sys-cluster/legion/legion-17.10.0-r1.ebuild @@ -18,7 +18,7 @@ fi LICENSE="BSD" SLOT="0" -IUSE="gasnet +hwloc test" +IUSE="gasnet hwloc test" RESTRICT="!test? ( test )" DEPEND=" diff --git a/sys-cluster/legion/legion-18.02.0-r1.ebuild b/sys-cluster/legion/legion-18.02.0-r1.ebuild index c883f98f82d2..a1204f389489 100644 --- a/sys-cluster/legion/legion-18.02.0-r1.ebuild +++ b/sys-cluster/legion/legion-18.02.0-r1.ebuild @@ -18,7 +18,7 @@ fi LICENSE="BSD" SLOT="0" -IUSE="gasnet +hwloc test" +IUSE="gasnet hwloc test" RESTRICT="!test? ( test )" DEPEND=" diff --git a/sys-cluster/legion/legion-18.05.0-r1.ebuild b/sys-cluster/legion/legion-18.05.0-r1.ebuild index bc5ad7cee85d..11c9707d3cfc 100644 --- a/sys-cluster/legion/legion-18.05.0-r1.ebuild +++ b/sys-cluster/legion/legion-18.05.0-r1.ebuild @@ -18,7 +18,7 @@ fi LICENSE="BSD" SLOT="0" -IUSE="gasnet +hwloc test" +IUSE="gasnet hwloc test" RESTRICT="!test? ( test )" DEPEND=" diff --git a/sys-cluster/legion/legion-18.12.0-r1.ebuild b/sys-cluster/legion/legion-18.12.0-r1.ebuild index bc5ad7cee85d..11c9707d3cfc 100644 --- a/sys-cluster/legion/legion-18.12.0-r1.ebuild +++ b/sys-cluster/legion/legion-18.12.0-r1.ebuild @@ -18,7 +18,7 @@ fi LICENSE="BSD" SLOT="0" -IUSE="gasnet +hwloc test" +IUSE="gasnet hwloc test" RESTRICT="!test? ( test )" DEPEND=" diff --git a/sys-cluster/legion/legion-19.06.0-r1.ebuild b/sys-cluster/legion/legion-19.06.0-r1.ebuild index bc5ad7cee85d..11c9707d3cfc 100644 --- a/sys-cluster/legion/legion-19.06.0-r1.ebuild +++ b/sys-cluster/legion/legion-19.06.0-r1.ebuild @@ -18,7 +18,7 @@ fi LICENSE="BSD" SLOT="0" -IUSE="gasnet +hwloc test" +IUSE="gasnet hwloc test" RESTRICT="!test? ( test )" DEPEND=" diff --git a/sys-cluster/legion/legion-9999.ebuild b/sys-cluster/legion/legion-9999.ebuild index bc5ad7cee85d..11c9707d3cfc 100644 --- a/sys-cluster/legion/legion-9999.ebuild +++ b/sys-cluster/legion/legion-9999.ebuild @@ -18,7 +18,7 @@ fi LICENSE="BSD" SLOT="0" -IUSE="gasnet +hwloc test" +IUSE="gasnet hwloc test" RESTRICT="!test? ( test )" DEPEND="