[Insight-developers] When will ITK w/Modularization be usable?

David Cole david.cole at kitware.com
Thu Mar 10 16:13:01 EST 2011


On Thu, Mar 10, 2011 at 4:08 PM, Arnaud GELAS
<arnaud_gelas at hms.harvard.edu>wrote:

> On 03/10/2011 04:03 PM, Brad King wrote:
>
>> On 03/10/2011 03:41 PM, Arnaud GELAS wrote:
>>
>>> We also use ITK4 to build our application, and (critical) commits have
>>> been merged this week, after v4.0a05 was tagged. It would be really nice
>>> if there was an additional tag added just before the modularization.
>>>
>> With Git you don't need tags to name a given version.  This commit is
>> and always will be the last before modularization:
>>
>>   e333381e10544708765c8c9cb5098714ebaa7470
>>
>> You can put that hash anywhere that you would name the tag.
>>
>
> Is it possible to specify a commit hash for an external project in CMake
> (in order to get the corresponding source) ?



Yes, just use the commit hash as the GIT_TAG value. And use:

  GIT_TAG e333381e10544708765c8c9cb5098714ebaa7470
  UPDATE_COMMAND ""

as it is pointless to try to "update" the tree when it always points to the
same commit.



>
>  Would it be possible to create such an additional tag?
>>>
>> I'm not opposed to it.  We've been creating tags occasionally during
>> the ITKv4 transition.  Perhaps "v4.0a06" could be named as the last
>> pre-modularization commit?
>>
>> -Brad K
>>
>>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://kitware.com/products/protraining.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-developers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/mailman/private/insight-developers/attachments/20110310/bf11e00a/attachment.htm>


More information about the Insight-developers mailing list