Unverified Commit 5880fc5b authored by Pavol Rusnak's avatar Pavol Rusnak
Browse files

adaptivecpp: remove no longer necessary rocmPackages version check

because now we have ROCm 6.3.3
parent 45d101b0
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -167,9 +167,6 @@ stdenv.mkDerivation (finalAttrs: {
    description = "Multi-backend implementation of SYCL for CPUs and GPUs";
    mainProgram = "acpp";
    maintainers = with maintainers; [ yboettcher ];
    # Broken with current nixpkgs ROCm 6.0.2
    # Works with updated ROCm, see https://github.com/NixOS/nixpkgs/pull/367695
    broken = rocmSupport && strings.versionOlder rocmPackages.clr.version "6.3.1";
    license = licenses.bsd2;
  };
})