From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3B526138330 for ; Fri, 9 Sep 2016 23:50:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92E31E08E1; Fri, 9 Sep 2016 23:50:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E8EEE08F8 for ; Fri, 9 Sep 2016 23:50:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CAD8340C9A for ; Fri, 9 Sep 2016 22:34:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40821247B for ; Fri, 9 Sep 2016 22:34:43 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1473460470.27453728fb993224c9fdf4fae774a72acf223e4d.ottxor@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/legion/legion-16.08.0-r1.ebuild sys-cluster/legion/legion-16.08.0.ebuild X-VCS-Directories: sys-cluster/legion/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 27453728fb993224c9fdf4fae774a72acf223e4d X-VCS-Branch: master Date: Fri, 9 Sep 2016 22:34:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6d76e621-d1b0-4b9f-85a4-8d20cb208f56 X-Archives-Hash: 402750c8af442e56485e8ff0b2fa3299 commit: 27453728fb993224c9fdf4fae774a72acf223e4d Author: Christoph Junghans gentoo org> AuthorDate: Fri Sep 9 22:34:19 2016 +0000 Commit: Christoph Junghans gentoo 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