[Paraview] ParaView superbuild git question (UNCLASSIFIED)

Cory Quammen cory.quammen at kitware.com
Sat Oct 11 18:04:17 EDT 2014


Hi Simon,

What you are doing as a workaround is indeed how production builds
should be created. The ParaView superbuild is now set up to check out
the master branch of ParaView, which varies day to day. In 4.1 and
prior to that, it was set up to check out out the release branch,
which was far more static. If you disable ParaView_FROM_GIT in CMake,
it will download the release source tar ball and build from that,
essentially what you have been doing.

I'll update the superbuild wiki instructions to note this.

Best regards,
Cory

On Fri, Oct 10, 2014 at 4:09 PM, Su, Simon M CTR USARMY ARL (US)
<simon.m.su.ctr at mail.mil> wrote:
> Classification: UNCLASSIFIED
> Caveats: NONE
>
> Hello,
>
> http://www.paraview.org/Wiki/ParaView/Superbuild mentioned, if I want to
> build a specific version, I will do
>
> git clone git://paraview.org/ParaViewSuperbuild.git
> cd ParaViewSuperbuild
> git checkout v4.1.0
>
> That has always worked for me for v4.1.0 tag
>
> But with v4.2.0 release, if I do the following on different days,
>
> git clone git://paraview.org/ParaViewSuperbuild.git
> cd ParaViewSuperbuild
> git checkout v4.2.0
>
> I am getting v4.2.0-${SOME HASH NUMBER} that is different every time. Am I
> missing something? This is causing me problem when I am trying to get the
> same version of ParaView mesa and osmesa build for client/server mode. I end
> up doing a
>
> -DParaView_URL=../paraview/ParaView-v4.2.0-source.tar.gz
>
> To get around the problem. Thoughts?
>
>
> Thanks
> -simon
>
>
>
>
> Classification: UNCLASSIFIED
> Caveats: NONE
>
>
>
> _______________________________________________
> 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
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview
>


More information about the ParaView mailing list