I am trying to build Paraview (with OpenGL) on an Ubuntu 18.04 box with Nvidia card (and Nvidia drivers)
What option (or combination of options) should I enable in superbuild to build the Paraview executable with the UI front end. The various combinations I tried only build the mesa variant or the osmesa variant but not the OpenGL accelerated version.
It appears that ENABLE_qt5 and ENABLE_paraviewsdk co-existence requires careful specification of Qt5.
I tried providing my local build of Qt5 but it still does not seem to work.
– Enabling fontconfig for: qt5
– Enabling qt5 as requested.
– Enabling paraview as requested.
– Enabling paraviewsdk as requested.
– Building projects: cxx11, nlohmannjson, zlib, png, freetype, libxml2, gperf, utillinux, fontconfig, qt5, paraview, paraviewsdk
CMake Error at projects/unix/paraviewsdk.cmake:6 (message):
Please use a system qt5 or disable qt5 to enable SDK deployment!
Call Stack (most recent call first):
projects/unix/paraviewsdk.cmake:11 (paraviewsdk_check_system_usage)
superbuild/cmake/SuperbuildMacros.cmake:979 (include)
superbuild/CMakeLists.txt:155 (superbuild_process_dependencies)
– Configuring incomplete, errors occurred!
See also “/home/nyue/projects/Paraview/superbuild/build/CMakeFiles/CMakeOutput.log”.
nyue@head0:~/projects/Paraview/superbuild/build$ which qmake
/home/nyue/Qt5.14.0/5.14.0/gcc_64/bin/qmake
Thanks Mathieu for the heads up. I think I have mis-read the information.
From what you describe, I still need my build of Paraview (so I have access to the header files for plugin development), those header files are totally separate from the paraviewsdk purpose.