<div dir="ltr">Maybe when we tag a release in Superbuild we modify the verions.cmake to point to tarballs for just that tag. That allows people to be able to replicate the release without having to do anything. </div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Wed, May 1, 2013 at 12:07 PM, Utkarsh Ayachit <span dir="ltr"><<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
You can do the following:<br>
<br>
> edit the versions.cmake file<br>
> in there, you'll find a stub like so<br>
<br>
add_revision(paraview<br>
GIT_REPOSITORY git://<a href="http://paraview.org/ParaView.git" target="_blank">paraview.org/ParaView.git</a><br>
GIT_TAG "master")<br>
<br>
Change that to something as follows:<br>
add_revision(paraview<br>
URL <path to paraview tar ball or url><br>
URL_MD5 <md5sum for the tar ball>)<br>
<br>
I think I want to add some mode for this, but I'm not sure what tar<br>
ball it should point to and what MD5SUM it should use. Maybe I can<br>
provide cmake options to set the two? What do you think?<br>
<br>
Utkarsh<br>
<div><div class="h5"><br>
<br>
On Wed, May 1, 2013 at 11:36 AM, Angelini, Richard C (Rick) CIV USARMY<br>
ARL (US) <<a href="mailto:richard.c.angelini.civ@mail.mil">richard.c.angelini.civ@mail.mil</a>> wrote:<br>
> Is there a way to tell the SuperBuild process to not look for software<br>
> updates using GIT? I doing a build on a system that doesn't have public<br>
> network access and I'm actually dying on a complaint about my instance of<br>
> git being too old. However, I have already copied in the sources, so I<br>
> don't want it looking for updates anyway.<br>
><br>
><br>
><br>
> ________________________________<br>
> Rick Angelini<br>
><br>
> USArmy Research Laboratory<br>
> CISD/HPC Architectures Team<br>
> Building 120 Cube 315<br>
> Phone: <a href="tel:410-278-6266" value="+14102786266">410-278-6266</a><br>
><br>
</div></div>> _______________________________________________<br>
> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at<br>
> <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
><br>
> Please keep messages on-topic and check the ParaView Wiki at:<br>
> <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
><br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</blockquote></div><br></div>