merge from dmlc/xgboost

This commit is contained in:
黄子轩
2015-12-29 01:34:06 -08:00
8 changed files with 29 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
export CC = $(if $(shell which gcc-5),gcc-5,gcc)
export CXX = $(if $(shell which g++-5),g++-5,g++)
export CC = $(if $(shell which gcc-5 2>/dev/null),gcc-5,gcc)
export CXX = $(if $(shell which g++-5 2>/dev/null),g++-5,g++)
export MPICXX = mpicxx
export LDFLAGS= -pthread -lm