sys-cluster/nanos6: try to fix memkind discovery

Closes: https://bugs.gentoo.org/799455
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-07-01 23:29:37 +02:00
parent e5cbc33e29
commit 5b258d6a70

View File

@@ -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