[REFACTOR] completely remove old src

This commit is contained in:
tqchen
2016-01-09 22:53:36 -08:00
parent d75e3ed05d
commit 5f28617d7d
6 changed files with 23 additions and 124 deletions

23
make/minimum_parallel.mk Normal file
View File

@@ -0,0 +1,23 @@
#------------------------------------------------------------------------
# xgboost: minumum dependency configuration with Parallelization.
# This configuration is standard but cannot run distributed computing.
#
# see config.mk for template.
#------------------------------------------------------------------------
# Whether enable openmp support, needed for multi-threading.
USE_OPENMP = 1
# whether use HDFS support during compile
USE_HDFS = 0
# whether use AWS S3 support during compile
USE_S3 = 0
# whether use Azure blob support during compile
USE_AZURE = 0
# Rabit library version,
# - librabit.a Normal distributed version.
# - librabit_empty.a Non distributed mock version,
LIB_RABIT = librabit_empty.a