about summary refs log tree commit diff
path: root/pkgs/development/libraries/xgboost
diff options
context:
space:
mode:
authorConnor Baker <connor.baker@tweag.io>2024-05-27 18:05:01 +0000
committerConnor Baker <connor.baker@tweag.io>2024-05-28 16:22:58 +0000
commit30aa294e02dcdbf419a4ff6014ec109aec97dfbd (patch)
tree0d18ebab9d664295227e20efa5d5bee40ad56b7e /pkgs/development/libraries/xgboost
parent46a15946258c3a63f5562fe9de424265807b5d71 (diff)
xgboost: mark as broken when building with CUDA pre-11.4
Diffstat (limited to 'pkgs/development/libraries/xgboost')
-rw-r--r--pkgs/development/libraries/xgboost/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/xgboost/default.nix b/pkgs/development/libraries/xgboost/default.nix
index b48e42394f398..ecb90117b6fe4 100644
--- a/pkgs/development/libraries/xgboost/default.nix
+++ b/pkgs/development/libraries/xgboost/default.nix
@@ -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;