Re: [Paraview] About CmakeLists.txt for paraview plugin

2018-01-07 Thread Utkarsh Ayachit
Doesn't your plugin need other classes from VTK/ParaView? If so, you can't mix and match. I am afraid you'll have to build ParaView from source and then compile the plugin against it. On Sun, Jan 7, 2018 at 12:20 AM, Yangguang Liao wrote: > Hi, > > I used some vtkOpenGL class

Re: [Paraview] About CmakeLists.txt for paraview plugin

2018-01-07 Thread Yangguang Liao
I see, yes, I will use some classes in Paraview/VTK, which mean if your plugin use inside source you will need to build your own paraview to run it? Thanks, Yangguang On Sun, Jan 7, 2018 at 6:56 AM, Utkarsh Ayachit wrote: > Doesn't your plugin need other classes

[Paraview] Question about build paraview

2018-01-07 Thread Yangguang Liao
Hi, Anyone has experience build paraview on TACC Maverick or other clusters before? I need to build my own paraview. I use superbuild to build paraview. but everytime it stop at the step of configure paraview due to GCC version is lower than 4.6. Maverick does have GCC 4.9 and 5.4 installed and