bheisler / RustaCUDA

Rusty wrapper for the CUDA Driver API
Apache License 2.0
758 stars 60 forks source link

added instructions for Ubuntu users to configure their CUDA path(s) #40

Closed alphastrata closed 5 years ago

alphastrata commented 5 years ago

This really helped me(linux noob), here's hoping it can help others.

bheisler commented 5 years ago

Thanks for the pull request, but I'm not sure this is the right solution and I'm hesitant to recommend it to people generally. I'd prefer to fix cuda-sys at a lower level so that changing things like LIBRARY_PATH and C_INCLUDE_PATH aren't necessary.

I'm going to close this PR; if I decide later that I do want to recommend this approach I can make the changes pretty easily.