[breaking] Remove dense libsvm parser plugin. (#9799)

This commit is contained in:
Jiaming Yuan
2023-11-23 00:12:39 +08:00
committed by GitHub
parent 1877cb8e83
commit e9260de3f3
7 changed files with 9 additions and 104 deletions

View File

@@ -17,14 +17,10 @@ class BuildConfiguration: # pylint: disable=R0902
use_nccl: bool = False
# Whether to load nccl dynamically
use_dlopen_nccl: bool = False
# Whether to enable HDFS
use_hdfs: bool = False
# Whether to enable Azure Storage
use_azure: bool = False
# Whether to enable AWS S3
use_s3: bool = False
# Whether to enable the dense parser plugin
plugin_dense_parser: bool = False
# Whether to enable federated learning
plugin_federated: bool = False
# Whether to enable rmm support
plugin_rmm: bool = False
# Special option: See explanation below
use_system_libxgboost: bool = False