blob: 60d8e16a7a4ca6fc867415e709fc9e2ae6dc0e44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = python-hnswlib
pkgdesc = Header-only C++/python library for fast approximate nearest neighbors
pkgver = 0.9.0
pkgrel = 1
url = https://github.com/nmslib/hnswlib
arch = x86_64
license = Apache-2.0
makedepends = python-setuptools
makedepends = pybind11
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = glibc
depends = libgcc
depends = libstdc++
depends = python-numpy
source = python-hnswlib-0.9.0.tar.gz::https://github.com/nmslib/hnswlib/archive/refs/tags/v0.9.0.tar.gz
sha256sums = 65dfb6639cb7d1acbdaeec1429b978fb657a9bf368ebb8353109167394537823
pkgname = python-hnswlib
|