adaptivecpp: remove no longer necessary rocmPackages version check

because now we have ROCm 6.3.3
This commit is contained in:
Pavol Rusnak
2025-04-14 17:18:49 +02:00
parent 45d101b020
commit 5880fc5bf1
-3
View File
@@ -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;
};
})