Unverified Commit b1a6d789 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

rocmPackages_6.hipblas-common: fix and enable strictDeps (#399731)

parents bf0ddaa0 807044e5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -19,9 +19,14 @@ stdenv.mkDerivation (finalAttrs: {

  nativeBuildInputs = [
    cmake
  ];

  buildInputs = [
    rocm-cmake
  ];

  strictDeps = true;

  passthru.updateScript = rocmUpdateScript {
    name = finalAttrs.pname;
    inherit (finalAttrs.src) owner;