You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow up for #92, just tested this again on NixOS.
The base path is now found when adding cudaPackages.cudatoolkit to the flake's build dependencies, but it then fails because find_cuda_helper's build.rs assumes the CUDA lib path is called lib64, while on Nix the folder inside cudatoolkit is just lib.
The text was updated successfully, but these errors were encountered:
ralfbiedert
changed the title
find_cuda_helper assume lib64 path, but can also be lib
find_cuda_helper assumes lib64 path, but can also be libJan 27, 2025
Follow up for #92, just tested this again on NixOS.
The base path is now found when adding
cudaPackages.cudatoolkit
to the flake's build dependencies, but it then fails becausefind_cuda_helper
'sbuild.rs
assumes the CUDA lib path is calledlib64
, while on Nix the folder insidecudatoolkit
is justlib
.The text was updated successfully, but these errors were encountered: