Unverified Commit 7ff6984f authored by Gavin Zhao's avatar Gavin Zhao
Browse files

rocmPackages: fix dependencies in rocblas



Signed-off-by: default avatarGavin Zhao <git@gzgz.dev>
parent 73e919d8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ rocblas
, lib
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
@@ -56,6 +55,7 @@ stdenv.mkDerivation (finalAttrs: {
    cmake
    rocm-cmake
    clr
  ] ++ lib.optionals buildTensile [
    tensile
  ];