Files
mlpack/fastlib/branches/fastlib-old/u/nvasil/sparse/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

15 lines
285 B
Python

librule(
name="sparse",
headers=["sparse_matrix.h", "conjugate_gradient.cc" ],
deplibs=["fastlib:fastlib"]
);
binrule(
name="sparse_test",
sources=["sparse_matrix_unit.cc"],
headers=["sparse_matrix.h", "conjugate_gradient_impl.h"],
deplibs=["fastlib:fastlib"]
);