cudatoolkit-{9,9_0,9_1,9_2}: remove
Remove old CUDA toolkits (and corresponding CuDNN versions). - Not supported by upstream anymore. - We do not use them in nixpkgs. - We do not test or actively maintain them. - Anything but ancient GPUs is supported by newer toolkits. Fixes #107131.
This commit is contained in:
@@ -1,17 +1,9 @@
|
||||
{ callPackage
|
||||
, cudatoolkit_9_2
|
||||
, cudatoolkit_10_0, cudatoolkit_10_1, cudatoolkit_10_2
|
||||
, cudatoolkit_11_0, cudatoolkit_11_1, cudatoolkit_11_2
|
||||
}:
|
||||
|
||||
rec {
|
||||
cuda-samples_cudatoolkit_9_2 = callPackage ./generic.nix {
|
||||
cudatoolkit = cudatoolkit_9_2;
|
||||
sha256 = "1ydankhyigcg99h0rqnmz1z4vc0sl6p9s1s0hbdxh5l1sx9141j6";
|
||||
};
|
||||
|
||||
cuda-samples_cudatoolkit_9 = cuda-samples_cudatoolkit_9_2;
|
||||
|
||||
##
|
||||
|
||||
cuda-samples_cudatoolkit_10_0 = callPackage ./generic.nix {
|
||||
|
||||
@@ -3,8 +3,6 @@
|
||||
rec {
|
||||
cuda-samplesPackages = callPackage ./cuda-samples { };
|
||||
inherit (cuda-samplesPackages)
|
||||
cuda-samples_cudatoolkit_9
|
||||
cuda-samples_cudatoolkit_9_2
|
||||
cuda-samples_cudatoolkit_10
|
||||
cuda-samples_cudatoolkit_10_0
|
||||
cuda-samples_cudatoolkit_10_1
|
||||
|
||||
Reference in New Issue
Block a user