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

Bruno Pagani archange at gemini.archlinux.org
Sun Oct 17 01:08:03 UTC 2021


    Date: Sunday, October 17, 2021 @ 01:08:02
  Author: archange
Revision: 1030631

upgpkg: python-h5py-openmpi 3.4.0-1

Modified:
  python-h5py-openmpi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-17 01:03:23 UTC (rev 1030630)
+++ PKGBUILD	2021-10-17 01:08:02 UTC (rev 1030631)
@@ -4,7 +4,7 @@
 _pkg=h5py
 _mpi=openmpi
 pkgname=python-${_pkg}-${_mpi}
-pkgver=3.3.0
+pkgver=3.4.0
 pkgrel=1
 pkgdesc="General-purpose Python bindings for the HDF5 library (${_mpi} version)"
 arch=(x86_64)
@@ -16,7 +16,7 @@
 conflicts=(python-h5py)
 provides=(python-h5py)
 source=(https://files.pythonhosted.org/packages/source/h/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('e0dac887d779929778b3cfd13309a939359cc9e74756fc09af7c527a82797186')
+sha256sums=('ee1c683d91ab010d5e85cb61e8f9e7ee0d8eab545bf3dd50a9618f1d0e8f615e')
 validpgpkeys=(AC47F71DB275ECD0B3DA46E857FA4540DD4EFCF7 # Thomas A Caswell (Brookhaven National Lab) <tcaswell at bnl.gov>
               96B7334D7610EE3E68AFFE589E027116943D6A8B) # Thomas A Caswell <tcaswell at bnl.gov> (new key)
 # See https://github.com/h5py/h5py/issues/1299 about lack of GPG sigs for recent releases
@@ -23,7 +23,8 @@
 
 prepare() {
   cd ${_pkg}-${pkgver}
-  # Allow our numpy version
+  # Allow our mpi4py, numpy versions
+  sed -i 's/mpi4py ==/mpi4py >=/g' setup.py
   sed -i 's/numpy ==/numpy >=/g' setup.py
   # Remove RPATH
   sed -i "s/settings\\['runtime_library_dirs'\\] = settings\\['library_dirs'\\]/pass/" setup_build.py



More information about the arch-commits mailing list