public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/berkeley_upc/
Date: Wed,  3 Mar 2021 13:48:37 +0000 (UTC)	[thread overview]
Message-ID: <1614778953.41a3aef6ac7898e6ca7945e0fe135821f51c22ab.andrewammerlaan@gentoo> (raw)

commit:     41a3aef6ac7898e6ca7945e0fe135821f51c22ab
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Mar  3 13:42:33 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Mar  3 13:42:33 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=41a3aef6

dev-lang/berkeley_upc: version bump 2020.12.0

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 .../berkeley_upc/berkeley_upc-2020.12.0.ebuild     | 60 ++++++++++++++++++++++
 1 file changed, 60 insertions(+)

diff --git a/dev-lang/berkeley_upc/berkeley_upc-2020.12.0.ebuild b/dev-lang/berkeley_upc/berkeley_upc-2020.12.0.ebuild
new file mode 100644
index 000000000..ef148d422
--- /dev/null
+++ b/dev-lang/berkeley_upc/berkeley_upc-2020.12.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="The Berkeley UPC Runtime/driver"
+HOMEPAGE="https://upc.lbl.gov/"
+SRC_URI="https://upc.lbl.gov/download/release/${P}.tar.gz"
+LICENSE="BSD-4"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="mpi mpi-compat pshm +segment-fast segment-large +single +sptr-packed
+	sptr-struct sptr-symmetric threads +udp"
+
+# Requires network access
+RESTRICT="test"
+
+REQUIRED_USE="
+	^^ ( segment-fast segment-large )
+	^^ ( sptr-packed sptr-struct sptr-symmetric )"
+
+DEPEND="mpi? ( virtual/mpi )
+	mpi-compat? ( virtual/mpi )"
+
+pkg_setup() {
+	elog "There is a lot of options for this package,"
+	elog "especially network conduits settings."
+	elog "You can set them using EXTRA_ECONF variable."
+	elog "To see full list of options visit ${HOMEPAGE}download/dist/INSTALL.TXT"
+}
+
+src_configure() {
+	./configure \
+		--prefix="${EPREFIX}"/usr/libexec/${P} \
+		--mandir="${EPREFIX}"/usr/share/man/ \
+		--disable-aligned-segments \
+		--disable-auto-conduit-detect \
+		$(use_enable mpi) \
+		$(use_enable mpi-compat) \
+		$(use_enable pshm) \
+		$(use_enable segment-fast) \
+		$(use_enable segment-large) \
+		$(use_enable single smp) \
+		$(use_enable sptr-packed) \
+		$(use_enable sptr-struct) \
+		$(use_enable sptr-symmetric) \
+		$(use_enable threads par) \
+		$(use_enable udp) \
+		${EXTRA_ECONF} || die
+}
+
+src_install() {
+	default
+	dodir /usr/bin
+	dosym ../libexec/${P}/bin/upc_trace /usr/bin/upc_trace
+	dosym ../libexec/${P}/bin/upcc /usr/bin/upcc
+	dosym ../libexec/${P}/bin/upcdecl /usr/bin/upcdecl
+	dosym ../libexec/${P}/bin/upcrun /usr/bin/upcrun
+}


             reply	other threads:[~2021-03-03 13:48 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-03 13:48 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-03-03 13:48 [gentoo-commits] proj/sci:master commit in: dev-lang/berkeley_upc/ Andrew Ammerlaan
2021-01-13 21:06 Andrew Ammerlaan
2015-04-03 17:53 Guillaume Horel
2013-11-07 20:05 Alexey Shvetsov
2013-05-16 21:23 Nicolas Bock
2013-03-18 21:49 Alexey Shvetsov
2013-03-18 21:49 Alexey Shvetsov
2013-03-18 21:49 Alexey Shvetsov
2013-03-18 21:49 Alexey Shvetsov

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=1614778953.41a3aef6ac7898e6ca7945e0fe135821f51c22ab.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --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