summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorOtakar Jašek2019-03-14 12:18:34 +0100
committerOtakar Jašek2019-03-14 12:18:34 +0100
commit3ef0db490ab67512f20a5ed2207e95c01fe5ad01 (patch)
treea10060854e2625ca8f72efee67b514bfc21accfa /.SRCINFO
downloadaur-3ef0db490ab67512f20a5ed2207e95c01fe5ad01.tar.gz
First commit
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO34
1 files changed, 34 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..5a20d8fe2a99
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,34 @@
+pkgbase = faiss-cuda-git
+ pkgdesc = A library for efficient similarity search and clustering of dense vectors.
+ pkgver = v1.5.0.r17.g7b07685
+ pkgrel = 1
+ url = https://github.com/facebookresearch/faiss
+ arch = i686
+ arch = x86_64
+ license = BSD
+ depends = blas
+ depends = lapack
+ depends = cuda
+ source = faiss::git+https://github.com/facebookresearch/faiss.git
+ sha256sums = SKIP
+
+pkgname = faiss-cuda-git
+ provides = faiss
+ conflicts = faiss
+
+pkgname = python-faiss-cuda-git
+ depends = python
+ depends = python-setuptools
+ depends = python-numpy
+ depends = swig
+ provides = python-faiss
+ conflicts = python-faiss
+
+pkgname = python2-faiss-cuda-git
+ depends = python2
+ depends = python2-setuptools
+ depends = python2-numpy
+ depends = swig
+ provides = python2-faiss
+ conflicts = python2-faiss
+