Loading pkgs/development/libraries/science/math/nccl/tests.nix +7 −1 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ , mpi , stdenv , which , gitUpdater }: cudaPackages.backendStdenv.mkDerivation (finalAttrs: { Loading Loading @@ -46,12 +47,17 @@ cudaPackages.backendStdenv.mkDerivation (finalAttrs: { cp -r build/* $out/bin/ ''; passthru.updateScript = gitUpdater { inherit (finalAttrs) pname version; rev-prefix = "v"; }; meta = with lib; { description = "Tests to check both the performance and the correctness of NVIDIA NCCL operations"; homepage = "https://github.com/NVIDIA/nccl-tests"; platforms = platforms.linux; license = licenses.bsd3; broken = !config.cudaSupport || (mpiSupport && mpi == null); maintainers = with maintainers; [ jmillerpdt ]; maintainers = with maintainers; [ jmillerpdt ] ++ teams.cuda.members; }; }) Loading
pkgs/development/libraries/science/math/nccl/tests.nix +7 −1 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ , mpi , stdenv , which , gitUpdater }: cudaPackages.backendStdenv.mkDerivation (finalAttrs: { Loading Loading @@ -46,12 +47,17 @@ cudaPackages.backendStdenv.mkDerivation (finalAttrs: { cp -r build/* $out/bin/ ''; passthru.updateScript = gitUpdater { inherit (finalAttrs) pname version; rev-prefix = "v"; }; meta = with lib; { description = "Tests to check both the performance and the correctness of NVIDIA NCCL operations"; homepage = "https://github.com/NVIDIA/nccl-tests"; platforms = platforms.linux; license = licenses.bsd3; broken = !config.cudaSupport || (mpiSupport && mpi == null); maintainers = with maintainers; [ jmillerpdt ]; maintainers = with maintainers; [ jmillerpdt ] ++ teams.cuda.members; }; })