Rick,

In the cmake advanced view, you can set the "download_location" cmake
variable to point to your  downloads dir. It doesn't however detect
what packages to build automatically. You'll have to enable the
ENABLE_* flags manually looking at the tar balls you have. Since it
does dependencies, all you really need to think of is the big
components, like "paraview", "qt", "matplotlib", the things they
depend on, will automatically be turned on.

Utkarsh


On Wed, May 1, 2013 at 12:13 PM, Angelini, Richard C (Rick) CIV USARMY
ARL (US) <richard.c.angelini....@mail.mil> wrote:
> Classification: UNCLASSIFIED
> Caveats: NONE
>
> Can you point the cmake directives to look in a Downloads directory and
> determine which packages to be built based on the tarballs in that download
> directory?
>
>
> -----Original Message-----
> From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com]
> Sent: Wednesday, May 01, 2013 12:08 PM
> To: Angelini, Richard C (Rick) CIV USARMY ARL (US)
> Cc: paraview@paraview.org
> Subject: Re: [Paraview] SuperBuild question
>
> 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....@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
>>
>
> 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://www.paraview.org/mailman/listinfo/paraview

Reply via email to