Merge pull request #107136 from danieldk/rocm-4.0.0

rocm: 3.10.0 -> 4.0.0
This commit is contained in:
Daniël de Kok
2020-12-21 22:05:10 +01:00
committed by GitHub
9 changed files with 12 additions and 12 deletions

View File

@@ -1,12 +1,12 @@
{ stdenv, fetchFromGitHub, callPackage, wrapCCWith }:
let
version = "3.10.0";
version = "4.0.0";
src = fetchFromGitHub {
owner = "RadeonOpenCompute";
repo = "llvm-project";
rev = "rocm-${version}";
hash = "sha256-Lnma831RXJMnn3N8im3QLy6dYfXAvtbeFX/0CKvpkgY=";
hash = "sha256-nIvqEk18NLtY8Hec2Iq6ufWMblzYJ8SOIXgqomtqa0s=";
};
in rec {
clang = wrapCCWith rec {