commit: 53bb5be0621a65213c48a5642416e4848feb588b
Author: Andreas Schäfer <gentryx <AT> gmx <DOT> de>
AuthorDate: Mon Jul 21 20:18:44 2014 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Mon Jul 21 20:18:44 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=53bb5be0
incorporated fixes from hpx-0.9.8 ebuild
---
sys-cluster/hpx/hpx-9999.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/sys-cluster/hpx/hpx-9999.ebuild b/sys-cluster/hpx/hpx-9999.ebuild
index fc80aa2..8d76801 100644
--- a/sys-cluster/hpx/hpx-9999.ebuild
+++ b/sys-cluster/hpx/hpx-9999.ebuild
@@ -18,7 +18,7 @@ else
S="${WORKDIR}/${PN}_${PV}"
fi
-inherit cmake-utils fortran-2 python-single-r1
+inherit cmake-utils fortran-2 multilib python-single-r1
DESCRIPTION="C++ runtime system for parallel and distributed applications"
HOMEPAGE="http://stellar.cct.lsu.edu/tag/hpx/"
@@ -41,6 +41,7 @@ RDEPEND="
tbb? ( dev-cpp/tbb )
"
DEPEND="${RDEPEND}
+ app-arch/p7zip
virtual/pkgconfig
test? ( dev-lang/python )
"
@@ -53,8 +54,9 @@ pkg_setup() {
src_configure() {
CMAKE_BUILD_TYPE=Release
local mycmakeargs=(
- -Wno-dev
-DHPX_BUILD_EXAMPLES=OFF
+ -DLIB=$(get_libdir)
+ -Dcmake_dir=cmake
$(cmake-utils_use doc HPX_BUILD_DOCUMENTATION)
$(cmake-utils_use jemalloc HPX_JEMALLOC)
$(cmake-utils_use test BUILD_TESTING)