rocsolver: build on big-parallel

This commit is contained in:
Tungsten842 2023-05-24 21:20:49 +02:00
parent 1eae9f8f1b
commit 07b01f2069

View file

@ -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";