summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Bloch2022-08-14 03:59:23 +0300
committerLeonid Bloch2022-08-14 03:59:23 +0300
commit1a2bb8db166f98fe81e3111ec1f305c468efbeeb (patch)
treecf10fad4b05f2cbe5d3a5a24359223ba77457a1f
parent43b1e2207c99fa28cfa23e6853c255162dd961e8 (diff)
downloadaur-1a2bb8db166f98fe81e3111ec1f305c468efbeeb.tar.gz
Switch python-h5py dependency to openmpi version
Signed-off-by: Leonid Bloch <lb.workbox@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 147a83b6db86..98818516787a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pyfai
pkgdesc = Fast Azimuthal Integration in Python.
pkgver = 0.21.3
- pkgrel = 1
+ pkgrel = 2
url = http://www.silx.org
arch = any
license = GPLv3
@@ -12,7 +12,7 @@ pkgbase = python-pyfai
depends = python-scipy
depends = python-matplotlib
depends = python-fabio
- depends = python-h5py
+ depends = python-h5py-openmpi
depends = python-pyopencl
depends = python-pyqt5
depends = fftw
diff --git a/PKGBUILD b/PKGBUILD
index 8a9cca46e094..09cc93028d7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
# Upstream contact: silx at esrf dot fr
pkgname=python-pyfai
pkgver=0.21.3
-pkgrel=1
+pkgrel=2
pkgdesc="Fast Azimuthal Integration in Python."
arch=('any')
url="http://www.silx.org"
license=('GPLv3' 'BSD' 'MIT')
depends=('python-numpy' 'python-scipy' 'python-matplotlib' 'python-fabio'
- 'python-h5py' 'python-pyopencl' 'python-pyqt5' 'fftw' 'opencl-driver')
+ 'python-h5py-openmpi' 'python-pyopencl' 'python-pyqt5' 'fftw'
+ 'opencl-driver')
makedepends=('cython')
source=("https://github.com/silx-kit/pyFAI/archive/v${pkgver}.tar.gz")
sha256sums=('3524dee3c5eaa9415c125b08f5a4e1ed9c08ea51d657a5c4a7a74fd0eedf7764')