public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christoph Junghans" <junghans@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/
Date: Wed,  3 Jul 2019 22:53:14 +0000 (UTC)	[thread overview]
Message-ID: <1562194383.cacf2aee7e805eb44c62986a92bf279af23a1042.junghans@gentoo> (raw)

commit:     cacf2aee7e805eb44c62986a92bf279af23a1042
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  3 22:52:28 2019 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Wed Jul  3 22:53:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cacf2aee

sys-cluster/legion: version bump

Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Christoph Junghans <junghans <AT> gentoo.org>

 sys-cluster/legion/Manifest              |  1 +
 sys-cluster/legion/legion-19.06.0.ebuild | 40 ++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/sys-cluster/legion/Manifest b/sys-cluster/legion/Manifest
index f7e70db3ed2..631be1f9922 100644
--- a/sys-cluster/legion/Manifest
+++ b/sys-cluster/legion/Manifest
@@ -7,3 +7,4 @@ DIST legion-17.10.0.tar.gz 2975023 BLAKE2B 772f666c0cd8fc96e1e460e4c8253289069ee
 DIST legion-18.02.0.tar.gz 2967232 BLAKE2B 5f22efe681ee036af95b3d84c104988acfea899b76684860c1a27dda27b757c7a444ea5c1cec70ce0a19ffaa8323c208997402971017f72415a12ff9aabadea5 SHA512 052026c6f7e3920bfe097ada83571e4f7d4ad74a59d4a84af4d35f089c5d1b216e90f4f8547ea894e4b53b138b81e594c60342c41557c985b64d08c4aca23794
 DIST legion-18.05.0.tar.gz 3009091 BLAKE2B 86c113cad11e2fbdcf03233c09fe429ceff12aaac6621e0ae22ac141cf7a6c62f7df23f78861a826ba55a45c3eae46ca60b9e47339f9ed3333560797733b7d4e SHA512 f7000b5a6b66d07d72de9be7ef0bcdfd7aa95f838bfc1ccb4b146cf0c4407682a5cde75b56311bb07abd808dc67527e02a3a3db10bca874028a7335b54e1120a
 DIST legion-18.12.0.tar.gz 3138868 BLAKE2B c85faf51eb528085f05a5e3411253f0ceb4ef6c6252466861d5641bd2df8320738d3cfd864781c05986038ed84cb6bec95d889f3d4d1ef8b25d90f2d339a9300 SHA512 26fc5d0fe1743de3e634fa3c2d95c3758b21bba7a1e1eb66c4c69d43d0d557b595b691b1bcd091f2c23ea034f000491ea6d5d81da94fb531781462e3093a202d
+DIST legion-19.06.0.tar.gz 3245617 BLAKE2B 5f94d423c1ff4e708a7826ead55a4f8f965bb5f49fffb83b0cd1b1909f0c21808a90e0c7c09e03b6e7b6736c212e86ac1765ab3665940f3a3e97551c152e4993 SHA512 244b4ff02a20427c81921920c65a64325cea698bb466ba036fc577e4a2722769dafa817083b76ba3c39c7a5fd749ab43122c518b657665aa7c309c8b46833414

diff --git a/sys-cluster/legion/legion-19.06.0.ebuild b/sys-cluster/legion/legion-19.06.0.ebuild
new file mode 100644
index 00000000000..400a9b1facf
--- /dev/null
+++ b/sys-cluster/legion/legion-19.06.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 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"
+	KEYWORDS=""
+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"
+
+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
+}


             reply	other threads:[~2019-07-03 22:53 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-03 22:53 Christoph Junghans [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-10-29 22:44 Sam James
2021-04-03 15:44 Sam James
2021-02-15  0:32 Sam James
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=1562194383.cacf2aee7e805eb44c62986a92bf279af23a1042.junghans@gentoo \
    --to=junghans@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