Okay, so I think I’ll stick with osmesa-based rendering on CPUs only.
Should I continue my attempts to do GPU-based rendering through EGL, I will consult the following (anew):
- Superbuild build documentation: https://gitlab.kitware.com/paraview/paraview-superbuild/-/blob/v5.9.1/README.md
- ParaView build documentation: https://github.com/Kitware/ParaView/blob/v5.9.1/Documentation/dev/build.md
- ParaView: ParaView and Offscreen Rendering
- [ ] instructions for Cray-build might be helpful
- [x] Trying ninja may be worth it “Builds with Ninja is less buggy”
- [ ] Consider spack → https://github.com/spack/spack/blob/develop/var/spack/repos/builtin/packages/paraview/package.py
- [ ] Related issue? https://gitlab.kitware.com/paraview/paraview/-/issues/19255