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 in my plugin. When I developed in my own
> machine, I have paraview source which has vtkOpenGL.cmake that I can use to
> include header file I need. but when I try to compile my plugin on Maverick,
> it only has release paraview, which doesn't have such .cmake file. but
> Maverick does have VTK installed. How should I modify my cmakelists.txt to
> include vtkOpengl lib.
> Thanks.
>
> --
> Yangguang Liao
> PhD. student of Computer Science Department
> University of California, Davis
>
> ___
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> https://paraview.org/mailman/listinfo/paraview
>
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
https://paraview.org/mailman/listinfo/paraview


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 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 in my plugin. When I developed in my own
> > machine, I have paraview source which has vtkOpenGL.cmake that I can use
> to
> > include header file I need. but when I try to compile my plugin on
> Maverick,
> > it only has release paraview, which doesn't have such .cmake file. but
> > Maverick does have VTK installed. How should I modify my cmakelists.txt
> to
> > include vtkOpengl lib.
> > Thanks.
> >
> > --
> > Yangguang Liao
> > PhD. student of Computer Science Department
> > University of California, Davis
> >
> > ___
> > Powered by www.kitware.com
> >
> > Visit other Kitware open-source projects at
> > http://www.kitware.com/opensource/opensource.html
> >
> > Please keep messages on-topic and check the ParaView Wiki at:
> > http://paraview.org/Wiki/ParaView
> >
> > Search the list archives at: http://markmail.org/search/?q=ParaView
> >
> > Follow this link to subscribe/unsubscribe:
> > https://paraview.org/mailman/listinfo/paraview
> >
>



-- 
Yangguang Liao
PhD. student of Computer Science Department
University of California, Davis
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
https://paraview.org/mailman/listinfo/paraview


[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 also have intel icc and icpc installed. When I try to change
CMAKE_CXX_COMPILER to high verion GCC it still detect GCC is lower than
4.6. Even when I try to use icc to compile it still detects GCC lower
version error. No idea how to fix. I know I should probably ask Maverick
system admin. Just wonder if anybody happen to know this issue.
Thanks.

-- 
Yangguang Liao
PhD. student of Computer Science Department
University of California, Davis
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
https://paraview.org/mailman/listinfo/paraview