Skip to content

{cudaPackages.nccl, onnxruntime}: remove reference to nvcc in binary#457803

Merged
ConnorBaker merged 2 commits into
NixOS:masterfrom
GaetanLepage:nccl-patch
Nov 5, 2025
Merged

{cudaPackages.nccl, onnxruntime}: remove reference to nvcc in binary#457803
ConnorBaker merged 2 commits into
NixOS:masterfrom
GaetanLepage:nccl-patch

onnxruntime: remove reference to nvcc in libonnxruntime_providers_cud…

1eb39d0
Select commit
Loading
Failed to load commit list.
OfBorg / cudaPackages.nccl, cudaPackages.nccl.passthru.tests, onnxruntime, onnxruntime.passthru.tests on x86_64-linux skipped Nov 5, 2025

No attempt

The following builds were skipped because they don't evaluate on x86_64-linux: cudaPackages.nccl, cudaPackages.nccl.passthru.tests, onnxruntime, onnxruntime.passthru.tests

Details

Partial log

       Alternatively you can configure a predicate to allow specific packages:
         { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
             "cuda_nvcc"
           ];
         }

       c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
         { allowUnfree = true; }
       to ~/.config/nixpkgs/config.nix.