From 5b258d6a703870d2fd915d93c51acd1d094d90fa Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Thu, 1 Jul 2021 23:29:37 +0200 Subject: [PATCH] sys-cluster/nanos6: try to fix memkind discovery Closes: https://bugs.gentoo.org/799455 Signed-off-by: Alessandro Barbieri --- 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 c9fec03aad..546528e60d 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