commit:     d1c29e6d710cb4af0032b73b5a98f0341e3bd9a7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 21:21:51 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 21:21:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1c29e6d

sci-libs/hdf5: fix install w/ USE=mpi

The 'perf' tool was dropped w/ 
https://github.com/HDFGroup/hdf5/commit/8c6a3ce1d7006a633a8973f6ca827c664d7a1ac9.

Closes: https://bugs.gentoo.org/904516
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/hdf5/hdf5-1.14.0-r1.ebuild | 5 -----
 1 file changed, 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" ; }
 }

Reply via email to