Previously a GLIBC check was added in PR: https://github.com/dmlc/xgboost/pull/11289 This has caused Conda users some issues: https://github.com/dmlc/xgboost/issues/11348 Recently conda-forge added a patch to [disable the GLIBC check]( https://github.com/conda-forge/xgboost-feedstock/blob/981c9af6556ae642b24a5faa7acf4ad9e944c247/recipe/patches/0004-Disable-glibc-version-check.patch ) in PR: https://github.com/conda-forge/xgboost-feedstock/pull/240 Wondering if there is a better way to address this issue to eliminate the need for a patch