Trying to install FlightGear on Leap 15 with proprietar nvidia drivers installed. Problem is that down in the dependency hell
FlightGear -> libSimGearCore-2017_3_1 -> OpenScenegraph-plugins -> libgdal20 -> libOpenCL1
So libgdal20 requires libOpenCL1. On the other hand
zypper info --requires x11-video-nvidiaG03
shows that this requires nvidia-computeG03 = 340.107
zypper info --conflicts nvidia-computeG03
libOpenCL1
nvidia-computeG02
libOpenCL1 also conflicts with nvidia-computeG03 and nvidia-computeG04, so switching to a newer nvidia driver version won’t solve this issue.
Any ideas how to resolve this? Back to nouveau?
Best regards
Rainer