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

12 lines
251 B
Python

librule(
sources = ["dataset.cc"],
headers = ["dataset.h", "crossvalidation.h"],
deplibs = ["base:base", "file:file", "la:la"]
)
binrule(
name = "dataset_test",
sources = ["dataset_test.cc"],
deplibs = [":data", "fx:fx", "math:math"])