From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/
Date: Fri, 29 Oct 2021 22:44:10 +0000 (UTC) [thread overview]
Message-ID: <1635547419.ac398431d5c1ef8d5e237d2cd47c1b4a867c526a.sam@gentoo> (raw)
commit: ac398431d5c1ef8d5e237d2cd47c1b4a867c526a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 29 22:39:10 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 29 22:43:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac398431
sys-cluster/legion: add hwloc subslot operator
Signed-off-by: Sam James <sam <AT> gentoo.org>
...-16.08.0-r1.ebuild => legion-16.08.0-r2.ebuild} | 5 +--
...ion-16.10.0.ebuild => legion-16.10.0-r1.ebuild} | 5 +--
...ion-17.02.0.ebuild => legion-17.02.0-r1.ebuild} | 5 +--
...ion-17.05.0.ebuild => legion-17.05.0-r1.ebuild} | 3 +-
...ion-17.08.0.ebuild => legion-17.08.0-r1.ebuild} | 3 +-
...ion-17.10.0.ebuild => legion-17.10.0-r1.ebuild} | 3 +-
...ion-18.02.0.ebuild => legion-18.02.0-r1.ebuild} | 3 +-
...ion-18.05.0.ebuild => legion-18.05.0-r1.ebuild} | 3 +-
...ion-17.08.0.ebuild => legion-18.12.0-r1.ebuild} | 3 +-
sys-cluster/legion/legion-18.12.0.ebuild | 40 ----------------------
...ion-17.08.0.ebuild => legion-19.06.0-r1.ebuild} | 3 +-
sys-cluster/legion/legion-19.06.0.ebuild | 40 ----------------------
sys-cluster/legion/legion-9999.ebuild | 3 +-
13 files changed, 25 insertions(+), 94 deletions(-)
diff --git a/sys-cluster/legion/legion-16.08.0-r1.ebuild b/sys-cluster/legion/legion-16.08.0-r2.ebuild
similarity index 90%
rename from sys-cluster/legion/legion-16.08.0-r1.ebuild
rename to sys-cluster/legion/legion-16.08.0-r2.ebuild
index c785d40df28..7295a5f41e4 100644
--- a/sys-cluster/legion/legion-16.08.0-r1.ebuild
+++ b/sys-cluster/legion/legion-16.08.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -16,8 +16,9 @@ IUSE="gasnet +hwloc"
DEPEND="
gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
- hwloc? ( sys-apps/hwloc )
+ hwloc? ( sys-apps/hwloc:= )
"
+RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}-${P}"
diff --git a/sys-cluster/legion/legion-16.10.0.ebuild b/sys-cluster/legion/legion-16.10.0-r1.ebuild
similarity index 87%
rename from sys-cluster/legion/legion-16.10.0.ebuild
rename to sys-cluster/legion/legion-16.10.0-r1.ebuild
index 6ed64ffe46d..50372479f2c 100644
--- a/sys-cluster/legion/legion-16.10.0.ebuild
+++ b/sys-cluster/legion/legion-16.10.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -16,8 +16,9 @@ IUSE="gasnet +hwloc"
DEPEND="
gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
- hwloc? ( sys-apps/hwloc )
+ hwloc? ( sys-apps/hwloc:= )
"
+RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}-${P}"
diff --git a/sys-cluster/legion/legion-17.02.0.ebuild b/sys-cluster/legion/legion-17.02.0-r1.ebuild
similarity index 88%
rename from sys-cluster/legion/legion-17.02.0.ebuild
rename to sys-cluster/legion/legion-17.02.0-r1.ebuild
index 415747a8aa6..4ab8ed801e4 100644
--- a/sys-cluster/legion/legion-17.02.0.ebuild
+++ b/sys-cluster/legion/legion-17.02.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -16,8 +16,9 @@ IUSE="gasnet +hwloc"
DEPEND="
gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
- hwloc? ( sys-apps/hwloc )
+ hwloc? ( sys-apps/hwloc:= )
"
+RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}-${P}"
diff --git a/sys-cluster/legion/legion-17.05.0.ebuild b/sys-cluster/legion/legion-17.05.0-r1.ebuild
similarity index 94%
rename from sys-cluster/legion/legion-17.05.0.ebuild
rename to sys-cluster/legion/legion-17.05.0-r1.ebuild
index d54f220af2c..0746074ce71 100644
--- a/sys-cluster/legion/legion-17.05.0.ebuild
+++ b/sys-cluster/legion/legion-17.05.0-r1.ebuild
@@ -22,8 +22,9 @@ IUSE="gasnet +hwloc"
DEPEND="
gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
- hwloc? ( sys-apps/hwloc )
+ hwloc? ( sys-apps/hwloc:= )
"
+RDEPEND="${DEPEND}"
src_configure() {
mycmakeargs=(
diff --git a/sys-cluster/legion/legion-17.08.0.ebuild b/sys-cluster/legion/legion-17.08.0-r1.ebuild
similarity index 94%
copy from sys-cluster/legion/legion-17.08.0.ebuild
copy to sys-cluster/legion/legion-17.08.0-r1.ebuild
index b2a4fc2de9c..c883f98f82d 100644
--- a/sys-cluster/legion/legion-17.08.0.ebuild
+++ b/sys-cluster/legion/legion-17.08.0-r1.ebuild
@@ -23,8 +23,9 @@ RESTRICT="!test? ( test )"
DEPEND="
gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
- hwloc? ( sys-apps/hwloc )
+ hwloc? ( sys-apps/hwloc:= )
"
+RDEPEND="${DEPEND}"
src_configure() {
mycmakeargs=(
diff --git a/sys-cluster/legion/legion-17.10.0.ebuild b/sys-cluster/legion/legion-17.10.0-r1.ebuild
similarity index 94%
rename from sys-cluster/legion/legion-17.10.0.ebuild
rename to sys-cluster/legion/legion-17.10.0-r1.ebuild
index b2a4fc2de9c..c883f98f82d 100644
--- a/sys-cluster/legion/legion-17.10.0.ebuild
+++ b/sys-cluster/legion/legion-17.10.0-r1.ebuild
@@ -23,8 +23,9 @@ RESTRICT="!test? ( test )"
DEPEND="
gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
- hwloc? ( sys-apps/hwloc )
+ hwloc? ( sys-apps/hwloc:= )
"
+RDEPEND="${DEPEND}"
src_configure() {
mycmakeargs=(
diff --git a/sys-cluster/legion/legion-18.02.0.ebuild b/sys-cluster/legion/legion-18.02.0-r1.ebuild
similarity index 94%
rename from sys-cluster/legion/legion-18.02.0.ebuild
rename to sys-cluster/legion/legion-18.02.0-r1.ebuild
index b2a4fc2de9c..c883f98f82d 100644
--- a/sys-cluster/legion/legion-18.02.0.ebuild
+++ b/sys-cluster/legion/legion-18.02.0-r1.ebuild
@@ -23,8 +23,9 @@ RESTRICT="!test? ( test )"
DEPEND="
gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
- hwloc? ( sys-apps/hwloc )
+ hwloc? ( sys-apps/hwloc:= )
"
+RDEPEND="${DEPEND}"
src_configure() {
mycmakeargs=(
diff --git a/sys-cluster/legion/legion-18.05.0.ebuild b/sys-cluster/legion/legion-18.05.0-r1.ebuild
similarity index 94%
rename from sys-cluster/legion/legion-18.05.0.ebuild
rename to sys-cluster/legion/legion-18.05.0-r1.ebuild
index c9eb5be36ea..bc5ad7cee85 100644
--- a/sys-cluster/legion/legion-18.05.0.ebuild
+++ b/sys-cluster/legion/legion-18.05.0-r1.ebuild
@@ -23,8 +23,9 @@ RESTRICT="!test? ( test )"
DEPEND="
gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
- hwloc? ( <sys-apps/hwloc-2 )
+ hwloc? ( <sys-apps/hwloc-2:= )
"
+RDEPEND="${DEPEND}"
src_configure() {
mycmakeargs=(
diff --git a/sys-cluster/legion/legion-17.08.0.ebuild b/sys-cluster/legion/legion-18.12.0-r1.ebuild
similarity index 94%
copy from sys-cluster/legion/legion-17.08.0.ebuild
copy to sys-cluster/legion/legion-18.12.0-r1.ebuild
index b2a4fc2de9c..bc5ad7cee85 100644
--- a/sys-cluster/legion/legion-17.08.0.ebuild
+++ b/sys-cluster/legion/legion-18.12.0-r1.ebuild
@@ -23,8 +23,9 @@ RESTRICT="!test? ( test )"
DEPEND="
gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
- hwloc? ( sys-apps/hwloc )
+ hwloc? ( <sys-apps/hwloc-2:= )
"
+RDEPEND="${DEPEND}"
src_configure() {
mycmakeargs=(
diff --git a/sys-cluster/legion/legion-18.12.0.ebuild b/sys-cluster/legion/legion-18.12.0.ebuild
deleted file mode 100644
index c9eb5be36ea..00000000000
--- a/sys-cluster/legion/legion-18.12.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="A data-centric parallel programming system"
-HOMEPAGE="https://legion.stanford.edu/"
-if [[ ${PV} = 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
-else
- SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
- KEYWORDS="~amd64"
- S="${WORKDIR}/${PN}-${P}"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="gasnet +hwloc test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
- gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
- hwloc? ( <sys-apps/hwloc-2 )
- "
-
-src_configure() {
- mycmakeargs=(
- -DLegion_USE_HWLOC=$(usex hwloc)
- -DLegion_USE_GASNet=$(usex gasnet)
- -DLegion_ENABLE_TESTING=$(usex test)
- -DBUILD_SHARED_LIBS=ON
- -DLegion_BUILD_EXAMPLES=ON
- -DLegion_BUILD_TESTS=ON
- -DLegion_BUILD_TUTORIAL=ON
- )
- cmake-utils_src_configure
-}
diff --git a/sys-cluster/legion/legion-17.08.0.ebuild b/sys-cluster/legion/legion-19.06.0-r1.ebuild
similarity index 94%
rename from sys-cluster/legion/legion-17.08.0.ebuild
rename to sys-cluster/legion/legion-19.06.0-r1.ebuild
index b2a4fc2de9c..bc5ad7cee85 100644
--- a/sys-cluster/legion/legion-17.08.0.ebuild
+++ b/sys-cluster/legion/legion-19.06.0-r1.ebuild
@@ -23,8 +23,9 @@ RESTRICT="!test? ( test )"
DEPEND="
gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
- hwloc? ( sys-apps/hwloc )
+ hwloc? ( <sys-apps/hwloc-2:= )
"
+RDEPEND="${DEPEND}"
src_configure() {
mycmakeargs=(
diff --git a/sys-cluster/legion/legion-19.06.0.ebuild b/sys-cluster/legion/legion-19.06.0.ebuild
deleted file mode 100644
index c9eb5be36ea..00000000000
--- a/sys-cluster/legion/legion-19.06.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="A data-centric parallel programming system"
-HOMEPAGE="https://legion.stanford.edu/"
-if [[ ${PV} = 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
-else
- SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
- KEYWORDS="~amd64"
- S="${WORKDIR}/${PN}-${P}"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="gasnet +hwloc test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
- gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
- hwloc? ( <sys-apps/hwloc-2 )
- "
-
-src_configure() {
- mycmakeargs=(
- -DLegion_USE_HWLOC=$(usex hwloc)
- -DLegion_USE_GASNet=$(usex gasnet)
- -DLegion_ENABLE_TESTING=$(usex test)
- -DBUILD_SHARED_LIBS=ON
- -DLegion_BUILD_EXAMPLES=ON
- -DLegion_BUILD_TESTS=ON
- -DLegion_BUILD_TUTORIAL=ON
- )
- cmake-utils_src_configure
-}
diff --git a/sys-cluster/legion/legion-9999.ebuild b/sys-cluster/legion/legion-9999.ebuild
index c9eb5be36ea..bc5ad7cee85 100644
--- a/sys-cluster/legion/legion-9999.ebuild
+++ b/sys-cluster/legion/legion-9999.ebuild
@@ -23,8 +23,9 @@ RESTRICT="!test? ( test )"
DEPEND="
gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
- hwloc? ( <sys-apps/hwloc-2 )
+ hwloc? ( <sys-apps/hwloc-2:= )
"
+RDEPEND="${DEPEND}"
src_configure() {
mycmakeargs=(
next reply other threads:[~2021-10-29 22:44 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-29 22:44 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-29 2:28 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/ Sam James
2024-03-29 2:28 Sam James
2024-03-29 2:28 Sam James
2021-12-26 3:49 Sam James
2021-12-26 3:41 Sam James
2021-12-26 3:41 Sam James
2021-12-26 3:41 Sam James
2021-04-03 15:44 Sam James
2021-02-15 0:32 Sam James
2019-07-03 22:53 Christoph Junghans
2019-03-18 22:53 Patrice Clement
2019-02-10 20:55 Christoph Junghans
2018-06-01 17:22 Christoph Junghans
2017-10-28 0:35 Christoph Junghans
2017-08-25 0:31 Christoph Junghans
2017-05-26 22:09 Christoph Junghans
2017-04-06 20:48 Christoph Junghans
2017-02-07 5:45 Johannes Huber
2016-11-14 2:01 Christoph Junghans
2016-10-24 22:38 Christoph Junghans
2016-09-09 22:34 Christoph Junghans
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1635547419.ac398431d5c1ef8d5e237d2cd47c1b4a867c526a.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox