xgboost: mark as broken when building with CUDA pre-11.4
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user