adaptivecpp: remove no longer necessary rocmPackages version check
because now we have ROCm 6.3.3
This commit is contained in:
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user