[R] enable R compile
[R] Enable R build for windows and linux
This commit is contained in:
14
amalgamation/dmlc-minimum0.cc
Normal file
14
amalgamation/dmlc-minimum0.cc
Normal file
@@ -0,0 +1,14 @@
|
||||
/*!
|
||||
* Copyright 2015 by Contributors.
|
||||
* \brief Mininum DMLC library Amalgamation, used for easy plugin of dmlc lib.
|
||||
* Normally this is not needed.
|
||||
*/
|
||||
#include "../dmlc-core/src/io/line_split.cc"
|
||||
#include "../dmlc-core/src/io/recordio_split.cc"
|
||||
#include "../dmlc-core/src/io/input_split_base.cc"
|
||||
#include "../dmlc-core/src/io/local_filesys.cc"
|
||||
#include "../dmlc-core/src/data.cc"
|
||||
#include "../dmlc-core/src/io.cc"
|
||||
#include "../dmlc-core/src/recordio.cc"
|
||||
|
||||
|
||||
@@ -30,8 +30,11 @@
|
||||
#include "../src/data/data.cc"
|
||||
#include "../src/data/simple_csr_source.cc"
|
||||
#include "../src/data/simple_dmatrix.cc"
|
||||
|
||||
#if DMLC_ENABLE_STD_THREAD
|
||||
#include "../src/data/sparse_page_source.cc"
|
||||
#include "../src/data/sparse_page_dmatrix.cc"
|
||||
#endif
|
||||
|
||||
// tress
|
||||
#include "../src/tree/tree_model.cc"
|
||||
|
||||
Reference in New Issue
Block a user