summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 05e429c2d5479d92345c5613eef8375705a36969 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
pkgbase = faiss-cuda-git
	pkgver = v1.5.1.r10.g5d1ed5b
	pkgrel = 1
	url = https://github.com/facebookresearch/faiss
	arch = i686
	arch = x86_64
	license = BSD
	makedepends = git
	makedepends = python
	makedepends = python2
	makedepends = python-numpy
	makedepends = python2-numpy
	makedepends = swig
	makedepends = python-setuptools
	makedepends = python2-setuptools
	depends = blas
	depends = lapack
	depends = cuda
	source = faiss::git+https://github.com/facebookresearch/faiss.git
	sha256sums = SKIP

pkgname = faiss-cuda-git
	pkgdesc = A library for efficient similarity search and clustering of dense vectors, CUDA version.
	provides = faiss
	conflicts = faiss

pkgname = python-faiss-cuda-git
	pkgdesc = A library for efficient similarity search and clustering of dense vectors, CUDA version. Python wrappers
	depends = python
	depends = python-numpy
	provides = python-faiss
	conflicts = python-faiss

pkgname = python2-faiss-cuda-git
	pkgdesc = A library for efficient similarity search and clustering of dense vectors, CUDA version. Python2 wrappers
	depends = python2
	depends = python2-numpy
	provides = python2-faiss
	conflicts = python2-faiss