summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorDavid Wells2017-10-08 23:20:09 -0400
committerDavid Wells2017-10-08 23:20:09 -0400
commit979ea285413c265630079d6aaf2fe352158c832b (patch)
treed5a043f08708b8be350b249625f4f2f5351c3075 /.SRCINFO
downloadaur-979ea285413c265630079d6aaf2fe352158c832b.tar.gz
Initial commit: version 1.2.3
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO16
1 files changed, 16 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..5f291c099204
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+pkgbase = nanoflann
+ pkgdesc = a C++ header-only library for Nearest Neighbor (NN) search wih KD-trees
+ pkgver = 1.2.3
+ pkgrel = 1
+ url = https://github.com/jlblancoc/nanoflann
+ arch = any
+ license = BSD
+ makedepends = cmake
+ depends = gcc
+ depends = eigen
+ depends = python
+ source = https://github.com/jlblancoc/nanoflann/archive/v1.2.3.tar.gz
+ md5sums = 92a0f44a631c41aa06f9716c51dcdb11
+
+pkgname = nanoflann
+