[arch-commits] Commit in hdf5-openmpi/trunk (PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Thu Jul 21 20:27:29 UTC 2022


    Date: Thursday, July 21, 2022 @ 20:27:29
  Author: archange
Revision: 1255057

FS#74813 Remove perf tool as upstream did.

Modified:
  hdf5-openmpi/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-21 20:19:40 UTC (rev 1255056)
+++ PKGBUILD	2022-07-21 20:27:29 UTC (rev 1255057)
@@ -10,7 +10,7 @@
 _mpi=openmpi
 pkgname=${_pkgname}-${_mpi}
 pkgver=1.12.2
-pkgrel=2
+pkgrel=3
 pkgdesc="General purpose library and file format for storing scientific data (${_mpi} version)"
 arch=(x86_64)
 url="https://www.hdfgroup.org/hdf5"
@@ -94,4 +94,6 @@
     install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${_pkgname}
     # Install pkg-config files from CMake tree
     install -Dm644 ../build/CMakeFiles/hdf5{,_hl}{,_cpp,_fortran}.pc -t "${pkgdir}"/usr/lib/pkgconfig/
+    # https://github.com/HDFGroup/hdf5/issues/1787
+    rm "${pkgdir}"/usr/bin/perf
 }



More information about the arch-commits mailing list