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

13 lines
292 B
Python

librule(
sources = ["discrete.cc", "geometry.cc", "statistics.cc"],
headers = ["discrete.h", "geometry.h", "statistics.h", "kernel.h", "math.h"],
deplibs = ["base:base", "col:col"]
)
binrule(
name = "math_test",
sources = ["math_test.cc"],
deplibs = [":math"])