Issue description
cudaPackages_12 build: https://hercules-ci.com/accounts/github/SomeoneSerge/derivations/%2Fnix%2Fstore%2Fnwgz3i3afqb7yg70c9lnbkk352skpq53-cuda-samples-12.2.drv/log?via-job=01589e1d-9231-48a5-8f82-0fb9b89672cf
Also shows that cudaFlags are ignored
The package is still using the deprecated cudaPackages.cudatoolkit:
|
buildInputs = [ |
|
cudatoolkit |
|
freeimage |
Additionally, the package doesn't include neither cudatoolkit nor cuda_nvcc in the nativeBuildInputs, i.e. it's probably broken after #271078
@NixOS/cuda-maintainers
Steps to reproduce
Technical details
Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.
Issue description
cudaPackages_12 build: https://hercules-ci.com/accounts/github/SomeoneSerge/derivations/%2Fnix%2Fstore%2Fnwgz3i3afqb7yg70c9lnbkk352skpq53-cuda-samples-12.2.drv/log?via-job=01589e1d-9231-48a5-8f82-0fb9b89672cf
Also shows that
cudaFlagsare ignoredThe package is still using the deprecated
cudaPackages.cudatoolkit:nixpkgs/pkgs/test/cuda/cuda-samples/generic.nix
Lines 44 to 46 in f27bb12
Additionally, the package doesn't include neither
cudatoolkitnorcuda_nvccin thenativeBuildInputs, i.e. it's probably broken after #271078@NixOS/cuda-maintainers
Steps to reproduce
Technical details
Please run
nix-shell -p nix-info --run "nix-info -m"and paste the result.