summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 7c3392b210c254d751b61212174397f79f26e6e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pkgbase = nanoflann
	pkgdesc = a C++ header-only library for Nearest Neighbor (NN) search wih KD-trees
	pkgver = 1.6.2
	pkgrel = 1
	url = https://github.com/jlblancoc/nanoflann
	arch = any
	license = BSD
	makedepends = cmake
	makedepends = gtest
	depends = eigen
	depends = python
	source = https://github.com/jlblancoc/nanoflann/archive/v1.6.2.tar.gz
	sha256sums = c1b8f2e4d32c040249dad14a89dd03c5106a8c56f3e9ca4e60a0836a59259c0c

pkgname = nanoflann