Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/nanos6/
Date: Thu, 01 Jul 2021 21:30:32
Message-Id: 1625175026.5b258d6a703870d2fd915d93c51acd1d094d90fa.Alessandro-Barbieri@gentoo
1 commit: 5b258d6a703870d2fd915d93c51acd1d094d90fa
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Thu Jul 1 21:29:37 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Thu Jul 1 21:30:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b258d6a
7
8 sys-cluster/nanos6: try to fix memkind discovery
9
10 Closes: https://bugs.gentoo.org/799455
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 sys-cluster/nanos6/nanos6-2.6.ebuild | 6 +-----
14 1 file changed, 1 insertion(+), 5 deletions(-)
15
16 diff --git a/sys-cluster/nanos6/nanos6-2.6.ebuild b/sys-cluster/nanos6/nanos6-2.6.ebuild
17 index c9fec03aa..546528e60 100644
18 --- a/sys-cluster/nanos6/nanos6-2.6.ebuild
19 +++ b/sys-cluster/nanos6/nanos6-2.6.ebuild
20 @@ -62,6 +62,7 @@ src_configure() {
21 $(use_enable execution-workflow)
22 )
23 use dlb && myconf+=( "--with-dlb=${EPREFIX}/usr" )
24 + use memkind && myconf+=( "--with-memkind=${EPREFIX}/usr" )
25
26 # if use babeltrace; then
27 # myconf+=( "--with-babeltrace2=${EPREFIX}/usr" )
28 @@ -73,11 +74,6 @@ src_configure() {
29 else
30 myconf+=( "--without-extrae" )
31 fi
32 - if use memkind; then
33 - myconf+=( "--with-memkind=${EPREFIX}/usr" )
34 - else
35 - myconf+=( "--without-memkind" )
36 - fi
37 if use papi; then
38 myconf+=( "--with-papi=${EPREFIX}/usr" )
39 else