Unverified Commit 6355638c authored by Pui Yong Qing's avatar Pui Yong Qing
Browse files

rocmPackages.amdsmi: fix build with gcc15

parent be8c8ea7
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -48,6 +48,11 @@ stdenv.mkDerivation (finalAttrs: {
      url = "https://github.com/ROCm/amdsmi/commit/49aa2af045a4bc688e6f3ee0545f12afc45c1efe.patch";
      hash = "sha256-5dH9N4m+2mJIGVEB86SvdK3uAYyGFTfbCBJ8e09iQ3w=";
    })
    (fetchpatch {
      name = "fix-build-with-gcc15.patch";
      url = "https://github.com/ROCm/amdsmi/commit/902667db3cafe72e2009287cb96b160854ab9d81.patch";
      hash = "sha256-MoOY5q6tQ7Q+bgm/600Etz+cxRk4L2ujkarnBjnfANw=";
    })
  ];

  nativeBuildInputs = [