Remove plugin, cuda related code in automake & autoconf files (#4789)
* Build plugin example with CMake. * Remove plugin, cuda related code in automake & autoconf files. * Fix typo in GPU doc.
This commit is contained in:
@@ -65,13 +65,3 @@ TEST_COVER = 0
|
||||
# path to gtest library (only used when $BUILD_TEST=1)
|
||||
# there should be an include path in $GTEST_PATH/include and library in $GTEST_PATH/lib
|
||||
GTEST_PATH ?=
|
||||
|
||||
# path to cub library (only used when $CUDA_ENABLED=1)
|
||||
# this should point to the cub project root folder
|
||||
CUB_PATH ?= cub
|
||||
|
||||
# List of additional plugins, checkout plugin folder.
|
||||
# uncomment the following lines to include these plugins
|
||||
# you can also add your own plugin like this
|
||||
#
|
||||
# XGB_PLUGINS += plugin/example/plugin.mk
|
||||
|
||||
@@ -28,11 +28,3 @@ LIBJVM=$(JAVA_HOME)/jre/lib/amd64/server
|
||||
# path to googletest and whether to measure coverage or not
|
||||
GTEST_PATH =
|
||||
WITH_COVER = 1
|
||||
|
||||
# List of additional plugins, checkout plugin folder.
|
||||
# uncomment the following lines to include these plugins
|
||||
# you can also add your own plugin like this
|
||||
#
|
||||
XGB_PLUGINS += plugin/example/plugin.mk
|
||||
XGB_PLUGINS += plugin/lz4/plugin.mk
|
||||
XGB_PLUGINS += plugin/dense_parser/plugin.mk
|
||||
|
||||
Reference in New Issue
Block a user