Files
mlpack/fastlib/tree/build.py
T
2007-03-26 23:06:25 +00:00

12 lines
259 B
Python

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