diff options
-rw-r--r-- | sci-libs/hdf5/hdf5-1.14.0-r1.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sci-libs/hdf5/hdf5-1.14.0-r1.ebuild b/sci-libs/hdf5/hdf5-1.14.0-r1.ebuild index 8d4d4bf40680..7bc1dd2336e3 100644 --- a/sci-libs/hdf5/hdf5-1.14.0-r1.ebuild +++ b/sci-libs/hdf5/hdf5-1.14.0-r1.ebuild @@ -112,9 +112,4 @@ 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. - use mpi && { rm "${ED}"/usr/bin/perf || die "rm failed" ; } } |