mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
sys-cluster/nanos6: hack for bad configure
Closes: https://bugs.gentoo.org/812200 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -63,15 +63,12 @@ src_configure() {
|
||||
$(use_enable debug extra-debug)
|
||||
)
|
||||
|
||||
# https://github.com/bsc-pm/nanos6/issues/6
|
||||
use ctf2prv && myconf+=( "--with-babeltrace2=${EPREFIX}/usr" )
|
||||
use dlb && myconf+=( "--with-dlb=${EPREFIX}/usr" )
|
||||
use memkind && myconf+=( "--with-memkind=${EPREFIX}/usr" )
|
||||
use pqos && myconf+=( "--with-pqos=${EPREFIX}/usr" )
|
||||
|
||||
if use ctf2prv; then
|
||||
myconf+=( "--with-babeltrace2=${EPREFIX}/usr" )
|
||||
else
|
||||
myconf+=( "--without-babeltrace2" )
|
||||
fi
|
||||
if use extrae; then
|
||||
myconf+=( "--with-extrae=${EPREFIX}/usr" )
|
||||
else
|
||||
@@ -100,7 +97,6 @@ src_configure() {
|
||||
|
||||
econf "${myconf[@]}"
|
||||
}
|
||||
# --without-cuda
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
Reference in New Issue
Block a user