summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parentbf5bc8ee4c008bfe5f78d3d25a5b121b8c9617ea (diff)
downloadaur-4c93cdbd0cb40a9f0f6827b0b9dbb313722ef927.tar.gz
move openmp dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')