[Paraview] SuperBuild question (UNCLASSIFIED)

Angelini, Richard C (Rick) CIV USARMY ARL (US) richard.c.angelini.civ at mail.mil
Wed May 1 12:13:07 EDT 2013


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.ayachit at kitware.com] 
Sent: Wednesday, May 01, 2013 12:08 PM
To: Angelini, Richard C (Rick) CIV USARMY ARL (US)
Cc: paraview at 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.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
>

Classification: UNCLASSIFIED
Caveats: NONE


-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 5688 bytes
Desc: not available
URL: <http://www.paraview.org/pipermail/paraview/attachments/20130501/d5cdcf28/attachment.bin>


More information about the ParaView mailing list