Merge commit '13776a006a4e572720ec4c5b029b54771cf2b35c' into unity

This commit is contained in:
tqchen
2015-02-11 20:33:35 -08:00
21 changed files with 9698 additions and 22 deletions

View File

@@ -0,0 +1,14 @@
# specify tensor path
BIN = linear.rabit
MOCKBIN= linear.mock
MPIBIN =
# objectives that makes up rabit library
OBJ = linear.o
# common build script for programs
include ../common.mk
CFLAGS+=-fopenmp
linear.o: linear.cc ../../src/*.h linear.h ../solver/*.h
# dependenies here
linear.rabit: linear.o lib
linear.mock: linear.o lib