-
-
Notifications
You must be signed in to change notification settings - Fork 644
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
Default CUDA library name is incorrect for linux #884
Comments
Thanks @DJtheRedstoner, will be fixed in the first 3.3.3 snapshot. |
Hello,
I'm on Archlinux, with
|
Ok, I got it working, but there is still a problem. On Archlinux, But LWJGL 3.3.3 is still looking for a lib named |
Version
3.3.2
Platform
Linux x64
JDK
openjdk version "17.0.6" (Ubuntu package)
Module
CUDA
Bug description
The default library name for CUDA is set to
nvcuda
, which is correct for Windows but on Linux the library name is justcuda
.lwjgl3/modules/lwjgl/cuda/src/generated/java/org/lwjgl/cuda/CU.java
Line 34 in 5ed7786
Setting
-Dorg.lwjgl.cuda.libname=cuda
fixes this problem.Stacktrace or crash log output
The text was updated successfully, but these errors were encountered: