config.rocmSupport: init option
Parity with the CUDA option. Useful for example to get a coherent python package set, without conflicting packages.
This commit is contained in:
@@ -123,6 +123,12 @@ let
|
||||
feature = "build packages with CUDA support by default";
|
||||
};
|
||||
|
||||
rocmSupport = mkMassRebuild {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
feature = "build packages with ROCm support by default";
|
||||
};
|
||||
|
||||
showDerivationWarnings = mkOption {
|
||||
type = types.listOf (types.enum [ "maintainerless" ]);
|
||||
default = [];
|
||||
|
||||
Reference in New Issue
Block a user