From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1298237-garchives=archives.gentoo.org@lists.gentoo.org> 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 24CCC13933E for <garchives@archives.gentoo.org>; Thu, 1 Jul 2021 21:30:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A02FE089A; Thu, 1 Jul 2021 21:30:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3AED9E089A for <gentoo-commits@lists.gentoo.org>; Thu, 1 Jul 2021 21:30:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2D29335CFF for <gentoo-commits@lists.gentoo.org>; Thu, 1 Jul 2021 21:30:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6749D2B for <gentoo-commits@lists.gentoo.org>; Thu, 1 Jul 2021 21:30:28 +0000 (UTC) From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" <lssndrbarbieri@gmail.com> Message-ID: <1625175026.5b258d6a703870d2fd915d93c51acd1d094d90fa.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/nanos6/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/nanos6/nanos6-2.6.ebuild X-VCS-Directories: sys-cluster/nanos6/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 5b258d6a703870d2fd915d93c51acd1d094d90fa X-VCS-Branch: dev Date: Thu, 1 Jul 2021 21:30:28 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b74a4b4f-84b0-4a48-bad1-3dad357bd720 X-Archives-Hash: 04e5637185f791f1d2e5c5d6b8b8c352 commit: 5b258d6a703870d2fd915d93c51acd1d094d90fa Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Thu Jul 1 21:29:37 2021 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Thu Jul 1 21:30:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b258d6a sys-cluster/nanos6: try to fix memkind discovery Closes: https://bugs.gentoo.org/799455 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> sys-cluster/nanos6/nanos6-2.6.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sys-cluster/nanos6/nanos6-2.6.ebuild b/sys-cluster/nanos6/nanos6-2.6.ebuild index c9fec03aa..546528e60 100644 --- a/sys-cluster/nanos6/nanos6-2.6.ebuild +++ b/sys-cluster/nanos6/nanos6-2.6.ebuild @@ -62,6 +62,7 @@ src_configure() { $(use_enable execution-workflow) ) use dlb && myconf+=( "--with-dlb=${EPREFIX}/usr" ) + use memkind && myconf+=( "--with-memkind=${EPREFIX}/usr" ) # if use babeltrace; then # myconf+=( "--with-babeltrace2=${EPREFIX}/usr" ) @@ -73,11 +74,6 @@ src_configure() { else myconf+=( "--without-extrae" ) fi - if use memkind; then - myconf+=( "--with-memkind=${EPREFIX}/usr" ) - else - myconf+=( "--without-memkind" ) - fi if use papi; then myconf+=( "--with-papi=${EPREFIX}/usr" ) else