Classification: UNCLASSIFIED Caveats: NONE Hi Cory,
Thanks for the info. I will update my build script. Thanks -simon -----Original Message----- From: Cory Quammen [mailto:[email protected]] Sent: Saturday, October 11, 2014 6:04 PM To: Su, Simon M CTR USARMY ARL (US) Cc: [email protected] Subject: Re: [Paraview] ParaView superbuild git question (UNCLASSIFIED) 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) <[email protected]> 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 > Classification: UNCLASSIFIED Caveats: NONE
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ 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
