Files
mlpack/fastlib/branches/fastlib-old/u/nvasil/kernel_pca/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
323 B
Python

librule(name="kpca",
headers=["kernel_pca.h", "kernel_pca_impl.h"],
deplibs=["sparse:sparse", "fastlib:fastlib", "la:la",
"u/nvasil/allknn:allknn"]
);
binrule(name="kptest",
sources=["kernel_pca_test.cc"],
cflags=" -fexceptions", #required by trilinos
deplibs=[":kpca"]
);