Skip to content

Commit

Permalink
adaptivecpp: mark as broken for rocm <6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blenderfreaky committed Jan 8, 2025
1 parent 870bd6d commit 1111098
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/by-name/ad/adaptivecpp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Multi-backend implementation of SYCL for CPUs and GPUs";
mainProgram = "acpp";
maintainers = with maintainers; [ yboettcher ];
broken = rocmSupport && lib.versionOlder rocmPackages.clr.version "6.3.1";
license = licenses.bsd2;
};
})

0 comments on commit 1111098

Please sign in to comment.