-
Notifications
You must be signed in to change notification settings - Fork 187
find_cuda_helper assumes lib64
path, but can also be lib
#135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
lib64
path, but can also be lib
lib64
path, but can also be lib
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
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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: