forked from mirrors/nixpkgs
rocsolver: build on big-parallel
This commit is contained in:
parent
1eae9f8f1b
commit
07b01f2069
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue