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.
changed the title [-]find_cuda_helper assume `lib64` path, but can also be `lib`[/-][+]find_cuda_helper assumes `lib64` path, but can also be `lib`[/+]on Jan 27, 2025
Activity
[-]find_cuda_helper assume `lib64` path, but can also be `lib`[/-][+]find_cuda_helper assumes `lib64` path, but can also be `lib`[/+]giantcow commentedon May 28, 2025
I think this should be okay to close? At least I see some pretty extensive checking here:
Rust-CUDA/crates/cust_raw/build/cuda_sdk.rs
Lines 163 to 195 in afb147e
LegNeato commentedon Jul 12, 2025
I think so.