about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/rocm-modules/5/llvm/stage-1/llvm.nix
blob: 6160e34c1b51ce18ffe6617838954e0944c2c64a (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/ROCm/ROCm/issues/1831#issuecomment-1278205344
}