commit: 27453728fb993224c9fdf4fae774a72acf223e4d
Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 9 22:34:19 2016 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Fri Sep 9 22:34:30 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27453728
sys-cluster/legion: build shared libs
Package-Manager: portage-2.2.28
sys-cluster/legion/{legion-16.08.0.ebuild => legion-16.08.0-r1.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sys-cluster/legion/legion-16.08.0.ebuild
b/sys-cluster/legion/legion-16.08.0-r1.ebuild
similarity index 91%
rename from sys-cluster/legion/legion-16.08.0.ebuild
rename to sys-cluster/legion/legion-16.08.0-r1.ebuild
index 534945d..8a4a9b2 100644
--- a/sys-cluster/legion/legion-16.08.0.ebuild
+++ b/sys-cluster/legion/legion-16.08.0-r1.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="~amd64"
IUSE="gasnet +hwloc"
DEPEND="
- gasnet? ( sys-cluster/gasnet )
+ gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
hwloc? ( sys-apps/hwloc )
"
@@ -30,6 +30,7 @@ src_configure() {
mycmakeargs=(
-DLegion_USE_HWLOC=$(usex hwloc)
-DLegion_USE_GASNet=$(usex gasnet)
+ -DBUILD_SHARED_LIBS=ON
-DLIB=$(get_libdir)
)
cmake-utils_src_configure