[Paraview-developers] Home make plugin

Chiranjib Sur sur.chiranjib at gmail.com
Tue Sep 22 07:37:28 EDT 2015


Hi Utkarsh,
I am also trying to create my own plugin to be used with a downloadable
ParaView. I follow the same superbuild approach (nice help page here :
https://wiki.ucar.edu/display/LTR/ParaView+Plugin+Development).
However, I have few difficulties to get this sorted out. Here is what
happens :

1. I download the superbuild code using : git clone git://
paraview.org/ParaViewSuperbuild.git
2. Now I run cmake (ccmake pointing to the source) to generate the
makefile.
3. Once the "Makefile" is generated, when I run $make (or $make all)
nothing happens.

Am I missing something here?

Thanks,
Chiranjib

On Mon, Sep 21, 2015 at 8:09 PM, Utkarsh Ayachit <
utkarsh.ayachit at kitware.com> wrote:

> Felipe,
>
> > For the moment we don't have a license (I have to read the BSD license).
>
> Okay. You should figure this part out sooner rather than later.
>
>
> > For building the plugin we use :
> > boost (because the Xdmf3lib reader use it)
> > latex to build the pdf of the documentation and include it in the .so
> file.
> > I added a "save documentation to disk" button in the plugin . (this in
> not
> > mandatory, I can disable this)
> > blas (cblas of just blas): we do intensive computation so we really need
> > blas. (I have a "no_blas" flag to compile the plugin on android/IOS).
>
>
> ParaView Superbuild doesn't have "blas". You'll need to extend the
> superbuild to teach it how to build & package that as well.
>
> > Now my question is how to handle releases and compilation errors??
> > Do I have to put the sources in a github?
>
> Yes, you can create a merge-request on the ParaVIew supbuild gitlab[1]
> . We can do builds on all platforms from a MR that you can then use to
> track down any build issues that may be introduced as a result of the
> changes.
>
> Utkarsh
>
>
> [1] https://gitlab.kitware.com/paraview/paraview-superbuild
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Search the list archives at:
> http://markmail.org/search/?q=Paraview-developers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview-developers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20150922/5a8ac990/attachment.html>


More information about the Paraview-developers mailing list