dreamworksanimation / openmoonray

MoonRay is DreamWorks’ open-source, award-winning, state-of-the-art production MCRT renderer.
https://openmoonray.org/
Apache License 2.0
4.32k stars 254 forks source link

Rocky Linux 9 Install Dependencies Script fails in Docker #145

Open dCo3lh0 opened 8 months ago

dCo3lh0 commented 8 months ago

Since nvidia drivers are needed to build openmoonray you need to install its drivers, but you can't install because somehow something like the display is already being used, i can't install nvidia-driver, nvidia-settings, egl-wayland, nvidia-driver-libs., somehow the rest from nvidia installed and of course the rest of the dependencies, except another one that is completely broken which is boost-devel 1.75 EL9 X86_64, so i had to build cmake and boost manually to build openmoonray.

jmahovsky-dwa commented 8 months ago

NVIDIA drivers aren't needed to build OpenMoonray unless you explicitly enable XPU support. Are you able to build OpenMoonRay with its default configuration (no XPU/GPU support)?