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:
parent
8f1753206f
commit
e720baecf0
1 changed files with 6 additions and 0 deletions
|
@ -123,6 +123,12 @@ let
|
||||||
feature = "build packages with CUDA support by default";
|
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 {
|
showDerivationWarnings = mkOption {
|
||||||
type = types.listOf (types.enum [ "maintainerless" ]);
|
type = types.listOf (types.enum [ "maintainerless" ]);
|
||||||
default = [];
|
default = [];
|
||||||
|
|
Loading…
Reference in a new issue