mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user