Merge pull request #233872 from Tungsten842/big-parallel

rocsolver, rocblas: build on big-parallel

authored by Weijia Wang and committed by GitHub b1baf836 15ef7d24

+4
+2
pkgs/development/libraries/rocblas/default.nix
··· 126 126 repo = finalAttrs.src.repo; 127 127 }; 128 128 129 + requiredSystemFeatures = [ "big-parallel" ]; 130 + 129 131 meta = with lib; { 130 132 description = "BLAS implementation for ROCm platform"; 131 133 homepage = "https://github.com/ROCmSoftwarePlatform/rocBLAS";
+2
pkgs/development/libraries/rocsolver/default.nix
··· 82 82 repo = finalAttrs.src.repo; 83 83 }; 84 84 85 + requiredSystemFeatures = [ "big-parallel" ]; 86 + 85 87 meta = with lib; { 86 88 description = "ROCm LAPACK implementation"; 87 89 homepage = "https://github.com/ROCmSoftwarePlatform/rocSOLVER";