Files
mlpack/fastlib/branches/fastlib-old/col/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

20 lines
383 B
Python

librule(
sources = ["col.cc"],
headers = ["arraylist.h", "heap.h", "string.h",
"fastalloc.h", "intmap.h", "rangeset.h", "queue.h"],
deplibs = ["base:base"]
)
binrule(
name = "col_test",
sources = ["col_test.cc"],
deplibs = [":col"])
binrule(
name = "timing_test",
sources = ["timing_test.cc"],
deplibs = [":col", "fx:fx"])