summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorotaj2022-12-05 11:22:34 +0100
committerotaj2022-12-05 11:22:34 +0100
commit7ec342a8b116c1a6df7143f271bb5fa885ed83d6 (patch)
tree843d052098a19663b1a55ccaefc3d9d747a04a3b /PKGBUILD
parentbe07a37e1035671939d07aa168d62c02401e44f4 (diff)
downloadaur-7ec342a8b116c1a6df7143f271bb5fa885ed83d6.tar.gz
missing check deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01e033fa02f9..a3d2faa501f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,13 +8,14 @@ pkgname=('faiss-git' 'python-faiss-git')
arch=('i686' 'x86_64')
url="https://github.com/facebookresearch/faiss"
license=('MIT')
-pkgver=v1.7.0.r13.g43ce2c93
+pkgver=v1.7.3.r10.ga996a4a0
pkgrel=1
source=(${_pkgname}::git+https://github.com/facebookresearch/faiss.git)
sha256sums=('SKIP')
depends=('blas' 'lapack' 'openmp')
makedepends=('git' 'python' 'python-numpy' 'swig' 'python-setuptools' 'cmake')
optdepends=('intel-mkl: To use MKL blas implemenetation' 'python-numpy-mkl: To use MKL blas implementation.')
+checkdepends=('python-pytest' 'python-scipy')
pkgver() {
cd "${_pkgname}"