-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Create a libcuda-stub library #12
Comments
Note there's licensing terms about distribution driver libraries: https://docs.nvidia.com/cuda/eula/#attachment-a
|
I was suggesting creating the stub library ourselves so that we don't have to use NVIDIA's. It's just a stub library, so it just needs the symbols, not the implementations. |
@jakirkham would it be possible for you to poke the nvbug or someone internally to see if conda-forge could be granted permission to ship the |
Because we've enabled error_overlinking on staged-recipes and since /usr/local/lib/libcuda.so is outside of prefix, conda-build errors. Correct way to fix this would be to generate the stub library libcuda.so ourselves and make that a CDT.
The text was updated successfully, but these errors were encountered: