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

Reply via email to