summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjlaehne2022-05-08 09:55:53 +0200
committerjlaehne2022-05-08 09:55:53 +0200
commite1ead8b1e625902c5288bd5b169fab098d56d129 (patch)
tree7e35ffd4485ea2c6e304c2d37e3c84170ebfe1fa
parent44dced1c7c05321e0c9cf417641245bde81d4ea9 (diff)
downloadaur-e1ead8b1e625902c5288bd5b169fab098d56d129.tar.gz
Change numba and llvmlite dependencies to git
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64ca231eb371..8c8bec08d55b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-hyperspy
pkgdesc = Hyperspectral data analysis
pkgver = 1.7.0
- pkgrel = 2
+ pkgrel = 3
url = http://hyperspy.org
arch = any
license = GPL3
@@ -38,7 +38,8 @@ pkgbase = python-hyperspy
depends = python-sparse
depends = python-zarr
depends = python-tifffile>=2020.2.16
- depends = python-numba>=0.52
+ depends = python-numba-git>=0.52
+ depends = python-llvmlite-git
optdepends = python-scikit-learn: machine learning features
optdepends = python-hyperspy-gui-ipywidgets: GUI components for Jupyter
optdepends = python-hyperspy-gui-traitsui: GUI components for desktop
diff --git a/PKGBUILD b/PKGBUILD
index 4f360d67d446..107e2640c7bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-hyperspy
pkgshort=hyperspy
pkgver=1.7.0
-pkgrel=2
+pkgrel=3
pkgdesc="Hyperspectral data analysis"
arch=('any')
url="http://hyperspy.org"
@@ -39,9 +39,8 @@ depends=('python'
# 'python-imageio' # AUR (from scikit-image)
# 'python-pywavelets' # AUR (from scikit-image)
'python-tifffile>=2020.2.16' # AUR (from scikit-image)
- 'python-numba>=0.52' # AUR (from python-sparse)
- # 'python-llvmlite' # AUR (from python-numba)
- # 'python-llvmlite-bin' # AUR (from python-numba, but require bin package to avoid version mismatches)
+ 'python-numba-git>=0.52' # AUR (from python-sparse, but currently requires git version)
+ 'python-llvmlite-git' # AUR (from python-numba, but currently requires git version)
)
optdepends=('python-scikit-learn: machine learning features'