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:[email protected]] 
Sent: Wednesday, May 01, 2013 12:08 PM
To: Angelini, Richard C (Rick) CIV USARMY ARL (US)
Cc: [email protected]
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) <[email protected]> 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


Attachment: 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://www.paraview.org/mailman/listinfo/paraview

Reply via email to