Unverified Commit fc323ec1 authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

adaptivecpp: unpin rocmPackages_6 (#448712)

parents ce852df7 d1666ad1
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
  makeWrapper,
  config,
  cudaPackages,
  rocmPackages_6,
  rocmPackages,
  ompSupport ? true,
  openclSupport ? false,
  rocmSupport ? config.rocmSupport,
@@ -23,7 +23,6 @@
}:
let
  inherit (llvmPackages) stdenv;
  rocmPackages = rocmPackages_6;
  llvmPackages = llvmPackages_18;
in
stdenv.mkDerivation (finalAttrs: {