15 lines
256 B
Python
15 lines
256 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"],
|
|
deplibs=["fastlib:fastlib"]
|
|
);
|
|
|
|
|