This commit is contained in:
tqchen
2015-03-10 15:26:40 -07:00
parent 014c86603d
commit 994cb02a66
5 changed files with 79 additions and 5 deletions

View File

@@ -1,4 +1,9 @@
# specify tensor path
ifneq ("$(wildcard ../config.mk)","")
config = ../config.mk
else
config = ../make/config.mk
endif
BIN = linear.rabit
MOCKBIN= linear.mock
MPIBIN =
@@ -6,7 +11,6 @@ MPIBIN =
OBJ = linear.o
# common build script for programs
include ../make/config.mk
include ../make/common.mk
CFLAGS+=-fopenmp
linear.o: linear.cc ../../src/*.h linear.h ../solver/*.h