Skip to content

paraview plugin support libraries are unversioned

Currently building plugins creates the supporting libraries libvtkPVFoam, libvtkPVReaders, libvtkPVblockMesh, which contain no paraview/vtk versioning information. This is a bit of a problem when compiling for several different paraview versions. Options:

  1. build these into the PV_PLUGIN_PATH and adjust LD_LIBRARY_PATH within paraFoam
  2. leave these in FOAM_LIBBIN, but add pv major version qualifier. eg, libvtkPVFoam-5.0.so

@andy