mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
sys-cluster/Graph500: conditional chrpath
Closes: https://bugs.gentoo.org/847340 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -51,7 +51,10 @@ src_install() {
|
||||
doins *.html
|
||||
insinto "/usr/share/octave/site/m/${PN}"
|
||||
doins -r octave/*
|
||||
chrpath -d "${ED}/usr/bin/graph500_mpi_one_sided" || die
|
||||
chrpath -d "${ED}/usr/bin/graph500_mpi_simple" || die
|
||||
chrpath -d "${ED}/usr/bin/generator_test_mpi" || die
|
||||
|
||||
if use mpi ; then
|
||||
chrpath -d "${ED}/usr/bin/graph500_mpi_one_sided" || die
|
||||
chrpath -d "${ED}/usr/bin/graph500_mpi_simple" || die
|
||||
chrpath -d "${ED}/usr/bin/generator_test_mpi" || die
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user