Files
mlpack/fastlib/branches/fastlib-old/tree/build.py
T
Ryan Curtin f6864dd435 Move fastlib-old (originally 'fastlib') to fastlib/branches/fastlib-old where it
will sit until the end of time and nobody will touch it because it's old
2010-01-31 22:31:55 +00:00

14 lines
314 B
Python

# tree is currently an internal-only feature
librule(
sources = [],
headers = [
"kdtree.h", "kdtree_impl.h", "bounds.h",
"spacetree.h", "statistic.h"
],
tests = ["tree_test.cc"],
deplibs = ["base:base", "la:la", "col:col",
"file:file_int", "data:data", "fx:fx"]
)