aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2014-02-15 23:53:03 -0800
committerSébastien Fabbro <bicatali@gentoo.org>2014-02-15 23:53:03 -0800
commit544bae44b6f14443addb5e5ac4002c1566e23e4d (patch)
treec46e899d41cf35d3b865f5741afcfd9f178c6641 /sys-cluster
parentdev-libs/papi: Version bump (diff)
downloadsci-544bae44b6f14443addb5e5ac4002c1566e23e4d.tar.gz
sci-544bae44b6f14443addb5e5ac4002c1566e23e4d.tar.bz2
sci-544bae44b6f14443addb5e5ac4002c1566e23e4d.zip
sys-cluster/hpx: Version bump
Package-Manager: portage-2.2.8-prefix
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/hpx/ChangeLog7
-rw-r--r--sys-cluster/hpx/hpx-0.9.7.ebuild3
-rw-r--r--sys-cluster/hpx/hpx-9999.ebuild4
-rw-r--r--sys-cluster/hpx/metadata.xml8
4 files changed, 19 insertions, 3 deletions
diff --git a/sys-cluster/hpx/ChangeLog b/sys-cluster/hpx/ChangeLog
new file mode 100644
index 000000000..3bef4c63c
--- /dev/null
+++ b/sys-cluster/hpx/ChangeLog
@@ -0,0 +1,7 @@
+# ChangeLog for sys-cluster/hpx
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 16 Feb 2014; Sébastien Fabbro <bicatali@gentoo.org> hpx-0.9.7.ebuild,
+ hpx-9999.ebuild, metadata.xml:
+ sys-cluster/hpx: Version bump
diff --git a/sys-cluster/hpx/hpx-0.9.7.ebuild b/sys-cluster/hpx/hpx-0.9.7.ebuild
index 7d0ddd094..d8e6c22a0 100644
--- a/sys-cluster/hpx/hpx-0.9.7.ebuild
+++ b/sys-cluster/hpx/hpx-0.9.7.ebuild
@@ -15,7 +15,7 @@ if [ ${PV} == "9999" ] ; then
CMAKE_USE_DIR="${S}"
else
SRC_URI="http://stellar.cct.lsu.edu/files/${PN}_${PV}.7z"
- KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
S="${WORKDIR}/${PN}_${PV}"
fi
@@ -37,6 +37,7 @@ RDEPEND="
>=sys-apps/hwloc-1.8
>=sys-libs/libunwind-1
sys-libs/zlib
+ jemalloc? ( dev-libs/jemalloc )
papi? ( dev-libs/papi )
perftools? ( >=dev-util/google-perftools-1.7.1 )
tbb? ( dev-cpp/tbb )
diff --git a/sys-cluster/hpx/hpx-9999.ebuild b/sys-cluster/hpx/hpx-9999.ebuild
index e653868b0..8965b1380 100644
--- a/sys-cluster/hpx/hpx-9999.ebuild
+++ b/sys-cluster/hpx/hpx-9999.ebuild
@@ -7,7 +7,7 @@ EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
if [ ${PV} == "9999" ] ; then
- inherit git-3
+ inherit git-r3
EGIT_REPO_URI="https://github.com/STEllAR-GROUP/hpx.git"
SRC_URI=""
KEYWORDS=""
@@ -15,7 +15,7 @@ if [ ${PV} == "9999" ] ; then
CMAKE_USE_DIR="${S}"
else
SRC_URI="http://stellar.cct.lsu.edu/files/${PN}_${PV}.7z"
- KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
S="${WORKDIR}/${PN}_${PV}"
fi
diff --git a/sys-cluster/hpx/metadata.xml b/sys-cluster/hpx/metadata.xml
index d32e59b0f..ea01f2ff7 100644
--- a/sys-cluster/hpx/metadata.xml
+++ b/sys-cluster/hpx/metadata.xml
@@ -14,4 +14,12 @@
<maintainer>
<email>gentryx@gmx.de</email>
</maintainer>
+<use>
+ <flag name="jemalloc">Use <pkg>dev-libs/jemalloc</pkg> for memory allocation</flag>
+ <flag name="perftools">Use <pkg>dev-util/google-perftools</pkg> for
+ memory allocation</flag>
+ <flag name="tbb">Use <pkg>dev-cpp/tbb</pkg> for memory
+ allocation</flag>
+ <flag name="papi">Use <pkg>dev-libs/papi</pkg> for NaCl</flag>
+</use>
</pkgmetadata>