summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtakar Jašek2019-05-09 11:59:03 +0200
committerOtakar Jašek2019-05-09 11:59:03 +0200
commitc429b0738f7b538e8f11ab730060f9f9be4ec8c1 (patch)
tree06ef02ce4aa0a42d6676ffc0f1d5f959270c89e8
parent108b9b205eda8b8fc1ac7ca8ee38e8d4a26f9b97 (diff)
downloadaur-c429b0738f7b538e8f11ab730060f9f9be4ec8c1.tar.gz
Not hardcoded GPU TARGET
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc210d7807ac..3da5c602407e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: otaj <jasek.ota@gmail.com>
# If you want to set only one GPU target compute capability, set _GPU_TARGET, otherwise leave it commented out and it will build default targets (35, 52, 60 and 61). You can also set multiple targets separated by space (bash array)
-_GPU_TARGET="61"
+#_GPU_TARGET="61"
_pkgname=faiss
pkgbase=faiss-cuda-git
pkgname=('faiss-cuda-git' 'python-faiss-cuda-git' 'python2-faiss-cuda-git')