[arch-commits] Commit in python-h5py-openmpi/repos/community-x86_64 (2 files)
Bruno Pagani
archange at archlinux.org
Mon Nov 9 23:07:12 UTC 2020
Date: Monday, November 9, 2020 @ 23:07:11
Author: archange
Revision: 748267
archrelease: copy trunk to community-x86_64
Added:
python-h5py-openmpi/repos/community-x86_64/PKGBUILD
(from rev 748266, python-h5py-openmpi/trunk/PKGBUILD)
Deleted:
python-h5py-openmpi/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 102 ++++++++++++++++++++++++++-----------------------------------
1 file changed, 45 insertions(+), 57 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-09 23:06:46 UTC (rev 748266)
+++ PKGBUILD 2020-11-09 23:07:11 UTC (rev 748267)
@@ -1,57 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Contributor: Joey Dumont <joey.dumont at gmail.com>
-
-_pkg=h5py
-_mpi=openmpi
-pkgname=python-${_pkg}-${_mpi}
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="General-purpose Python bindings for the HDF5 library (${_mpi} version)"
-arch=(x86_64)
-url="https://www.h5py.org/"
-license=(BSD)
-depends=(hdf5-${_mpi} liblzf python-numpy python-mpi4py)
-makedepends=(cython python-pkgconfig)
-checkdepends=(inetutils python-pytest python-pytest-mpi python-pytables)
-conflicts=(python-h5py)
-provides=(python-h5py)
-source=(https://files.pythonhosted.org/packages/source/h/${_pkg}/${_pkg}-${pkgver}.tar.gz
- h5py-system-lzf.patch::https://github.com/h5py/h5py/commit/da96e2b8b9f73fc67c128c9b65787b3527be119c.patch
- h5py-py3.8-cached_property.patch::https://github.com/h5py/h5py/commit/a87984f0bc2b2596948880d2ec38196017e275fc.patch)
-sha256sums=('7d3803be1b530c68c2955faba726dc0f591079b68941a0c0269b5384a42ab519'
- '665c15ffc714788749f4e0d731775cb927593fed496097e4abf2174612d9a747'
- '4d5cdf7af4ea5d79ec0ac39f178ef55fe6f571efb76a008e553c4b3030730372')
-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
-
-prepare() {
- cd ${_pkg}-${pkgver}
- # Remove RPATH
- sed -i "s/settings\\['runtime_library_dirs'\\] = settings\\['library_dirs'\\]/pass/" setup_build.py
- # Build against system lzf
- patch -Np1 -i ../h5py-system-lzf.patch
- # cached_property is included in python 3.8
- patch -Np1 -i ../h5py-py3.8-cached_property.patch
-}
-
-build() {
- export CC=mpicc
- cd ${_pkg}-${pkgver}
- HDF5_MPI="ON" H5PY_SYSTEM_LZF=1 python setup.py build
-}
-
-check() {
- cd ${_pkg}-${pkgver}
-# local python_version=$(python -c 'import sys; print(".".join(map(str, sys.version_info[:2])))')
-# PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}" mpirun -n {env:MPI_N_PROCS:2} python -m pytest --pyargs h5py -rxXs --with-mpi
-# PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}" mpirun python -m pytest --pyargs h5py -rxXs --with-mpi
- HDF5_MPI="ON" python setup.py test
-
-}
-
-package() {
- cd ${_pkg}-${pkgver}
- HDF5_MPI="ON" python setup.py install --root="${pkgdir}" --skip-build --optimize=1
- install -Dm644 licenses/license.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
Copied: python-h5py-openmpi/repos/community-x86_64/PKGBUILD (from rev 748266, python-h5py-openmpi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-09 23:07:11 UTC (rev 748267)
@@ -0,0 +1,45 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Joey Dumont <joey.dumont at gmail.com>
+
+_pkg=h5py
+_mpi=openmpi
+pkgname=python-${_pkg}-${_mpi}
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="General-purpose Python bindings for the HDF5 library (${_mpi} version)"
+arch=(x86_64)
+url="https://www.h5py.org/"
+license=(BSD)
+depends=(hdf5-${_mpi} liblzf python-numpy python-mpi4py)
+makedepends=(cython python-pkgconfig)
+checkdepends=(inetutils python-pytest python-pytest-mpi python-pytables)
+conflicts=(python-h5py)
+provides=(python-h5py)
+source=(https://files.pythonhosted.org/packages/source/h/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+sha256sums=('1e2516f190652beedcb8c7acfa1c6fa92d99b42331cbef5e5c7ec2d65b0fc3c2')
+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
+
+prepare() {
+ cd ${_pkg}-${pkgver}
+ # Remove RPATH
+ sed -i "s/settings\\['runtime_library_dirs'\\] = settings\\['library_dirs'\\]/pass/" setup_build.py
+}
+
+build() {
+ export CC=mpicc
+ cd ${_pkg}-${pkgver}
+ HDF5_MPI="ON" H5PY_SYSTEM_LZF=1 python setup.py build
+}
+
+check() {
+ local python_version=$(python -c 'import sys; print(".".join(map(str, sys.version_info[:2])))')
+ PYTHONPATH="$PWD/${_pkg}-${pkgver}/build/lib.linux-$CARCH-${python_version}" python -m pytest --pyargs h5py -rxXs --with-mpi
+}
+
+package() {
+ cd ${_pkg}-${pkgver}
+ HDF5_MPI="ON" python setup.py install --root="${pkgdir}" --skip-build --optimize=1
+ install -Dm644 licenses/license.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}
More information about the arch-commits
mailing list