File: control

package info (click to toggle)
sptag 0.0~git20230301.0207479%2Bds-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 4,880 kB
  • sloc: cpp: 24,234; python: 1,568; makefile: 19
file content (57 lines) | stat: -rw-r--r-- 1,810 bytes parent folder | download
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Source: sptag
Section: math
Priority: optional
Maintainer: Paul Wise <pabs@debian.org>
Build-Depends:
 cmake (>= 3.12.0~),
 debhelper-compat (= 13),
 dh-sequence-python3,
 libboost-dev (>= 1.66~),
 libboost-filesystem-dev (>= 1.66~) <!nocheck>,
# remove system after 1.74, see 0001-Remove-unused-Boost-component-dependencies.patch
 libboost-system-dev (>= 1.66~),
 libboost-test-dev (>= 1.66~) <!nocheck>,
 libzstd-dev,
 python3-dev,
 swig (>= 3.0~),
Standards-Version: 4.6.2
Homepage: https://github.com/microsoft/SPTAG
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python

Package: python3-sptag
Section: python
# https://github.com/microsoft/SPTAG/issues/134
# https://github.com/microsoft/SPTAG/pull/136
# https://github.com/microsoft/SPTAG/issues/246
Architecture: amd64
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Provides:
 ${python3:Provides},
Description: Python distributed approximate nearest neighborhood search (ANN)
 A distributed approximate nearest neighborhood search (ANN) library
 which provides a high quality vector index build, search and
 distributed online serving toolkits for large scale vector search
 scenario.
 .
 This package contains the Python bindings.

Package: sptag
# https://github.com/microsoft/SPTAG/issues/134
# https://github.com/microsoft/SPTAG/pull/136
# https://github.com/microsoft/SPTAG/issues/246
Architecture: amd64
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: distributed approximate nearest neighborhood search (ANN)
 A distributed approximate nearest neighborhood search (ANN) library
 which provides a high quality vector index build, search and
 distributed online serving toolkits for large scale vector search
 scenario.
 .
 This package contains the client, server, aggregator and index
 builder and searcher.