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