Commit 07b01f20 authored by Tungsten842's avatar Tungsten842
Browse files

rocsolver: build on big-parallel

parent 1eae9f8f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -82,6 +82,8 @@ stdenv.mkDerivation (finalAttrs: {
    repo = finalAttrs.src.repo;
  };

  requiredSystemFeatures = [ "big-parallel" ];

  meta = with lib; {
    description = "ROCm LAPACK implementation";
    homepage = "https://github.com/ROCmSoftwarePlatform/rocSOLVER";