I use paraview5.11 on windows and it works flawlessly with my tecplot files as it comes all setup with the VisIT readers. I want to achieve the same on an ubuntu machine. However, the default ubuntu comes with only paraview 5.4 and I can’t update it simply via sudo apt-get. So, I realized I’ll have to build it manually. I found this documentation https://gitlab.kitware.com/paraview/paraview/blob/master/Documentation/dev/build.md and used it for installation. I must also mention that I had to manually specify my qt5 directory and this post helped me out in that regard: https://discourse.paraview.org/t/building-error-regarding-qt-verison/6208.
After doing all this, although I could build a version of paraview that launched and worked as it should, it didn’t contain the VisIT bridge by default. I know that because the readers don’t show up while opening files and my tecplot files that open completely fine on my windows installation, fail to open in this build. So, I thought I’ll add the option -DPARAVIEW_USE_VISITBRIDGE=ON in the cmake command along with other options, but the output ends with:
“CMake Warning:
Manually-specified variables were not used by the project: PARAVIEW_USE_VISITBRIDGE”.
Could someone please let me know how can I build paraview with the VisIT bridge?