summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtakar Jašek2020-08-30 17:08:23 +0200
committerOtakar Jašek2020-08-30 17:08:23 +0200
commit4c93cdbd0cb40a9f0f6827b0b9dbb313722ef927 (patch)
tree42e48eea53f09f39225cb72e7828f8ca661dc04d
parentbf5bc8ee4c008bfe5f78d3d25a5b121b8c9617ea (diff)
downloadaur-4c93cdbd0cb40a9f0f6827b0b9dbb313722ef927.tar.gz
move openmp dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b59ce8d6962c..ebb1542c8473 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,11 +10,11 @@ pkgbase = faiss-cuda-git
makedepends = python-numpy
makedepends = swig
makedepends = python-setuptools
- makedepends = openmp
makedepends = gcc9
depends = blas
depends = lapack
depends = cuda
+ depends = openmp
optdepends = intel-mkl
source = faiss::git+https://github.com/facebookresearch/faiss.git
source = compiler.patch
diff --git a/PKGBUILD b/PKGBUILD
index c89d79375d46..0cc25c3041b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,8 @@ source=(${_pkgname}::git+https://github.com/facebookresearch/faiss.git
'compiler.patch')
sha256sums=('SKIP'
'3739947d39ebffb2775607f135743cd30489aa12f41c14e3aec42fbe79822fd3')
-depends=('blas' 'lapack' 'cuda')
-makedepends=('git' 'python' 'python-numpy' 'swig' 'python-setuptools' 'openmp' 'gcc9')
+depends=('blas' 'lapack' 'cuda' 'openmp')
+makedepends=('git' 'python' 'python-numpy' 'swig' 'python-setuptools' 'gcc9')
optdepends=('intel-mkl')