From 544bae44b6f14443addb5e5ac4002c1566e23e4d Mon Sep 17 00:00:00 2001 From: Sébastien Fabbro Date: Sat, 15 Feb 2014 23:53:03 -0800 Subject: sys-cluster/hpx: Version bump Package-Manager: portage-2.2.8-prefix --- sys-cluster/hpx/ChangeLog | 7 +++++++ sys-cluster/hpx/hpx-0.9.7.ebuild | 3 ++- sys-cluster/hpx/hpx-9999.ebuild | 4 ++-- sys-cluster/hpx/metadata.xml | 8 ++++++++ 4 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 sys-cluster/hpx/ChangeLog 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 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 @@ gentryx@gmx.de + + Use dev-libs/jemalloc for memory allocation + Use dev-util/google-perftools for + memory allocation + Use dev-cpp/tbb for memory + allocation + Use dev-libs/papi for NaCl + -- cgit v1.2.3-65-gdbad