about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/rocm-modules/5/llvm/stage-1/llvm.nix
blob: 51959ec8bc3256f3c48786f995e9b3393d45b4ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ stdenv
, callPackage
, rocmUpdateScript
}:

callPackage ../base.nix {
  inherit rocmUpdateScript;
  requiredSystemFeatures = [ "big-parallel" ];
  isBroken = stdenv.isAarch64; # https://github.com/RadeonOpenCompute/ROCm/issues/1831#issuecomment-1278205344
}