summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-04-23 22:21:51 +0100
committerSam James <sam@gentoo.org>2023-04-23 22:21:51 +0100
commitd1c29e6d710cb4af0032b73b5a98f0341e3bd9a7 (patch)
treeb70a481bfe3c0a086d48a45775eca22d99a9a435 /sci-libs
parentapp-arch/xz-utils: Stabilize 5.4.2 ppc, #904914 (diff)
downloadgentoo-d1c29e6d710cb4af0032b73b5a98f0341e3bd9a7.tar.gz
gentoo-d1c29e6d710cb4af0032b73b5a98f0341e3bd9a7.tar.bz2
gentoo-d1c29e6d710cb4af0032b73b5a98f0341e3bd9a7.zip
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@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/hdf5/hdf5-1.14.0-r1.ebuild5
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" ; }
}