[Paraview] SuperBuild question

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Wed May 1 13:30:18 EDT 2013


That sounds like a good idea.

On Wed, May 1, 2013 at 12:51 PM, Robert Maynard
<robert.maynard at kitware.com> wrote:
> 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.
>
>
> On Wed, May 1, 2013 at 12:07 PM, Utkarsh Ayachit
> <utkarsh.ayachit at kitware.com> wrote:
>>
>> You can do the following:
>>
>> > edit the versions.cmake file
>> > in there, you'll find a stub like so
>>
>> add_revision(paraview
>>   GIT_REPOSITORY git://paraview.org/ParaView.git
>>   GIT_TAG "master")
>>
>> Change that to  something as follows:
>> add_revision(paraview
>>   URL <path to paraview tar ball or url>
>>   URL_MD5 <md5sum for the tar ball>)
>>
>> I think I want to add some mode for this, but I'm not sure what tar
>> ball it should point to and what MD5SUM it should use. Maybe I can
>> provide cmake options to set the two? What do you think?
>>
>> Utkarsh
>>
>>
>> On Wed, May 1, 2013 at 11:36 AM, Angelini, Richard C (Rick) CIV USARMY
>> ARL (US) <richard.c.angelini.civ at mail.mil> wrote:
>> > Is there a way to tell the SuperBuild process to not look for software
>> > updates using GIT?     I doing a build on a system that doesn't have
>> > public
>> > network access and I'm actually dying on a complaint about my instance
>> > of
>> > git being too old.  However, I have already copied in the sources, so I
>> > don't want it looking for updates anyway.
>> >
>> >
>> >
>> > ________________________________
>> > Rick Angelini
>> >
>> > USArmy Research Laboratory
>> > CISD/HPC Architectures Team
>> > Building 120 Cube 315
>> > Phone:  410-278-6266
>> >
>> > _______________________________________________
>> > 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://www.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
>>
>> Follow this link to subscribe/unsubscribe:
>> http://www.paraview.org/mailman/listinfo/paraview
>
>


More information about the ParaView mailing list