Squashed 'subtree/rabit/' changes from 1bb8fe9..4db0a62
4db0a62bugfix of lazy prepare87017bdlicensedc703e1licensec171440change license to bsd7db2070Update README.md581fe06add mocktestd2f252fok4a5b9e5add all12ee049init version of lbfgs37a2837complete lbfgs solver6ade7cbcomplete lbfgs git-subtree-dir: subtree/rabit git-subtree-split:4db0a62a06
This commit is contained in:
14
rabit-learn/linear/Makefile
Normal file
14
rabit-learn/linear/Makefile
Normal 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
|
||||
Reference in New Issue
Block a user