Files
mlpack/fastlib/math/build.py
T

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"])