summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeonid Bloch2022-08-14 03:59:23 +0300
committerLeonid Bloch2022-08-14 03:59:23 +0300
commit1a2bb8db166f98fe81e3111ec1f305c468efbeeb (patch)
treecf10fad4b05f2cbe5d3a5a24359223ba77457a1f /PKGBUILD
parent43b1e2207c99fa28cfa23e6853c255162dd961e8 (diff)
downloadaur-1a2bb8db166f98fe81e3111ec1f305c468efbeeb.tar.gz
Switch python-h5py dependency to openmpi version
Signed-off-by: Leonid Bloch <lb.workbox@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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')