From: "Guillaume Horel" <guillaume.horel@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/berkeley_upc/
Date: Fri, 3 Apr 2015 17:53:52 +0000 (UTC) [thread overview]
Message-ID: <1428053241.8806a5247da4e430d6a24d67f63d538c77f8ef9c.guillaume_horel@gentoo> (raw)
commit: 8806a5247da4e430d6a24d67f63d538c77f8ef9c
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Fri Apr 3 09:27:21 2015 +0000
Commit: Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
CommitDate: Fri Apr 3 09:27:21 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8806a524
dev-lang/berkeley_upc: Version bump
Package-Manager: portage-2.2.14
dev-lang/berkeley_upc/ChangeLog | 9 +++-
dev-lang/berkeley_upc/berkeley_upc-2.20.0.ebuild | 58 ++++++++++++++++++++++++
2 files changed, 65 insertions(+), 2 deletions(-)
diff --git a/dev-lang/berkeley_upc/ChangeLog b/dev-lang/berkeley_upc/ChangeLog
index 4df9727..a00e96d 100644
--- a/dev-lang/berkeley_upc/ChangeLog
+++ b/dev-lang/berkeley_upc/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-lang/berkeley_upc
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*berkeley_upc-2.20.0 (03 Apr 2015)
+
+ 03 Apr 2015; Marius Brehler <marbre@linux.sungazer.de>
+ +berkeley_upc-2.20.0.ebuild:
+ Version bump
+
*berkeley_upc-2.18.2 (01 Jun 2014)
01 Jun 2014; Jauhien Piatlicki <jauhien@gentoo.org>
@@ -25,4 +31,3 @@
17 Mar 2013; Jauhien Piatlicki (jauhien) <piatlicki@gmail.com>
+berkeley_upc-2.16.0.ebuild, +metadata.xml:
ebuild for bug#462026
-
diff --git a/dev-lang/berkeley_upc/berkeley_upc-2.20.0.ebuild b/dev-lang/berkeley_upc/berkeley_upc-2.20.0.ebuild
new file mode 100644
index 0000000..9fccbaa
--- /dev/null
+++ b/dev-lang/berkeley_upc/berkeley_upc-2.20.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+DESCRIPTION="The Berkeley UPC Runtime/driver"
+HOMEPAGE="http://upc.lbl.gov/"
+SRC_URI="http://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"
+
+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
+}
next reply other threads:[~2015-04-03 17:54 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-03 17:53 Guillaume Horel [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-03-03 13:48 Andrew Ammerlaan
2021-01-13 21:06 Andrew Ammerlaan
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=1428053241.8806a5247da4e430d6a24d67f63d538c77f8ef9c.guillaume_horel@gentoo \
--to=guillaume.horel@gmail.com \
--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