xgboost: mark as broken when building with CUDA pre-11.4

This commit is contained in:
Connor Baker
2024-05-28 16:22:58 +00:00
parent 46a1594625
commit 30aa294e02
@@ -142,6 +142,7 @@ effectiveStdenv.mkDerivation rec {
description =
"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library";
homepage = "https://github.com/dmlc/xgboost";
broken = cudaSupport && cudaPackages.cudaOlder "11.4";
license = licenses.asl20;
mainProgram = "xgboost";
platforms = platforms.unix;