Skip to content

python3Packages.pycuda: add maintainer and clean up#465047

Open
ConnorBaker wants to merge 2 commits into
NixOS:masterfrom
ConnorBaker:fix/pycuda-cleanup
Open

python3Packages.pycuda: add maintainer and clean up#465047
ConnorBaker wants to merge 2 commits into
NixOS:masterfrom
ConnorBaker:fix/pycuda-cleanup

python3Packages.pycuda: add maintainer and clean up

e97018c
Select commit
Loading
Failed to load commit list.
OfBorg / cudaPackages.cuda_nvcc, cudaPackages.cuda_nvcc.passthru.tests, python3Packages.pycuda, python3Packages.pycuda.passthru.tests on x86_64-linux skipped Nov 26, 2025

No attempt

The following builds were skipped because they don't evaluate on x86_64-linux: cudaPackages.cuda_nvcc, cudaPackages.cuda_nvcc.passthru.tests, python3Packages.pycuda, python3Packages.pycuda.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_cccl"
           ];
         }

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