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:
committed by
GitHub
parent
039dbe6aec
commit
9a8211f668
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user