mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
sci-libs/hdf5: attempt to delete perf binary only when USE=mpi
Closes: https://bugs.gentoo.org/854183 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
This commit is contained in:
@@ -109,5 +109,5 @@ src_install() {
|
||||
# Remove "perf" executable due to file collisions with dev-util/perf.
|
||||
# Previously with the CMake build system we only installed h5perf, so
|
||||
# let's simply remove the file for now.
|
||||
rm "${ED}"/usr/bin/perf || die "rm failed"
|
||||
use mpi && { rm "${ED}"/usr/bin/perf || die "rm failed" ; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user