cudaPackages_11_{4,5,6}.cudatoolkit: gcc10 -> gcc11
This commit is contained in:
parent
632f99a7dc
commit
1344d5fe60
1 changed files with 3 additions and 3 deletions
|
@ -44,16 +44,16 @@ gcc = "gcc9"
|
|||
version = "11.4.2"
|
||||
url = "https://developer.download.nvidia.com/compute/cuda/11.4.2/local_installers/cuda_11.4.2_470.57.02_linux.run"
|
||||
sha256 = "sha256-u9h8oOkT+DdFSnljZ0c1E83e9VUILk2G7Zo4ZZzIHwo="
|
||||
gcc = "gcc10" # can bump to 11 along with stdenv.cc
|
||||
gcc = "gcc11"
|
||||
|
||||
["11.5"]
|
||||
version = "11.5.0"
|
||||
url = "https://developer.download.nvidia.com/compute/cuda/11.5.0/local_installers/cuda_11.5.0_495.29.05_linux.run"
|
||||
sha256 = "sha256-rgoWk9lJfPPYHmlIlD43lGNpANtxyY1Y7v2sr38aHkw="
|
||||
gcc = "gcc10" # can bump to 11 along with stdenv.cc
|
||||
gcc = "gcc11"
|
||||
|
||||
["11.6"]
|
||||
version = "11.6.1"
|
||||
url = "https://developer.download.nvidia.com/compute/cuda/11.6.1/local_installers/cuda_11.6.1_510.47.03_linux.run"
|
||||
sha256 = "sha256-qyGa/OALdCABEyaYZvv/derQN7z8I1UagzjCaEyYTX4="
|
||||
gcc = "gcc10" # can bump to 11 along with stdenv.cc
|
||||
gcc = "gcc11"
|
||||
|
|
Loading…
Reference in a new issue