Update dmlc-core submodule (#3221)

* Update dmlc-core submodule

* Fix dense_parser to work with the latest dmlc-core

* Specify location of Google Test

* Add more source files in dmlc-minimum to get latest dmlc-core working

* Update dmlc-core submodule
This commit is contained in:
Philip Hyunsu Cho
2018-05-09 18:55:29 -07:00
committed by GitHub
parent 039dbe6aec
commit 9a8211f668
5 changed files with 9 additions and 6 deletions

View File

@@ -118,7 +118,7 @@ if [ ${TASK} == "cmake_test" ]; then
# Build/test without AVX
mkdir build && cd build
cmake .. -DGOOGLE_TEST=ON
cmake .. -DGOOGLE_TEST=ON -DGTEST_ROOT=../gtest/
make
cd ..
./testxgboost
@@ -126,7 +126,7 @@ if [ ${TASK} == "cmake_test" ]; then
# Build/test with AVX
mkdir build && cd build
cmake .. -DGOOGLE_TEST=ON -DUSE_AVX=ON
cmake .. -DGOOGLE_TEST=ON -DUSE_AVX=ON -DGTEST_ROOT=../gtest/
make
cd ..
./testxgboost