diff options
author | Matthias Maier <tamiko@gentoo.org> | 2022-06-25 02:25:25 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2022-06-25 02:31:19 -0500 |
commit | 2a3fd2e98a3702dafbc0c0b7f1f8d7aa44fcbe70 (patch) | |
tree | 02f314efc7f9f4fbc262374ac2a6a3d7c73e6546 /sci-libs/hdf5 | |
parent | media-sound/denonavr-cli: Remove old (diff) | |
download | gentoo-2a3fd2e98a3702dafbc0c0b7f1f8d7aa44fcbe70.tar.gz gentoo-2a3fd2e98a3702dafbc0c0b7f1f8d7aa44fcbe70.tar.bz2 gentoo-2a3fd2e98a3702dafbc0c0b7f1f8d7aa44fcbe70.zip |
sci-libs/hdf5: remove "perf" executable
Closes: https://bugs.gentoo.org/854180
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'sci-libs/hdf5')
-rw-r--r-- | sci-libs/hdf5/hdf5-1.12.2-r4.ebuild (renamed from sci-libs/hdf5/hdf5-1.12.2-r3.ebuild) | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sci-libs/hdf5/hdf5-1.12.2-r3.ebuild b/sci-libs/hdf5/hdf5-1.12.2-r4.ebuild index 1a00c0b61e8b..dc668a1d721d 100644 --- a/sci-libs/hdf5/hdf5-1.12.2-r3.ebuild +++ b/sci-libs/hdf5/hdf5-1.12.2-r4.ebuild @@ -105,4 +105,9 @@ src_install() { # No static archives find "${ED}" -name '*.la' -delete || die + + # 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" } |