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

11 lines
283 B
Python

librule(name="sparse",
headers=["sparse_matrix.h", "sparse_matrix_impl.h"],
deplibs=["trilinos:trilinos", "base:base"]
);
binrule(name="mtest",
sources=["sparse_matrix_test.cc"],
cflags=" -fexceptions",
deplibs=[":sparse"]
);