-
Notifications
You must be signed in to change notification settings - Fork 262
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
Can not compile, cmake can not find CUDA_LIB #240
Comments
If the answer to all above is yes, then there is probably a problem with |
@xorz57 |
@renheren Did you also try other versions of this docker image? I am asking this because I see that version 9.2 is experimental. Try version 10 and see if it works there. |
@xorz57 |
@xorz57 |
@renheren Then it's problem with CMakeLists.txt |
@renheren If you can, log into your docker image with interactive terminal and use |
any news on this ? |
ln your/cudapath /usr/local/cuda
|
+1 for this issue. I do not get this error on v2.11.0, but v2.13.0 and v2.14.0 both end with this error. |
I set the default cuda path, then make OK. |
@xorz57 can we merge this into master pls ? |
@Perfect-Web I am not maintaining this repository. You should probably talk to @xmrig |
Miner now required NVRTC both in compile time and runtime, including libcuda.so (driver component) because new algorithms |
@xorz57
still no cuda_lib is found. |
@KnightZhao |
@xmrig |
@xorz57 |
@xmrig |
@xmrig @xorz57 @KnightZhao |
@xmrig @xorz57 @KnightZhao |
While for version 2.8.3, things went well. It seems it is related to commit 2e23e1e.
Have I missed something for compilation?
The text was updated successfully, but these errors were encountered: