summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 0be2f9814dc220d6976bf6214ec9a5e164a3c284 (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
pkgbase = faiss-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
	source = faiss::git+https://github.com/facebookresearch/faiss.git
	sha256sums = SKIP

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

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

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