[Insight-developers] OpenJPEG 2000

Brad King brad.king at kitware.com
Thu May 23 09:06:45 EDT 2013


On 05/23/2013 08:53 AM, Bradley Lowekamp wrote:
> 
> 
> Interesting thing OpenJpeg was upgraded to utilize CMake by Mathieu Malaterre. Hopefully that will make things easier.
> 
> 
> I think we need to be better about keeping some of our libraries up to date. So I am aware of the git subtree merge, when you have another git repository for a sub project.
> 
> I recall a simular technique for when the imported code if from a tarball. Any one have a link to some documentation on that?

The best approach I've found is to use a subtree merge to bring
in a branch of commits constructed from upstream snapshots.  This
is how we handle vxl and now DoubleCovnersion.  See

 Modules/ThirdParty/VNL/src/README-ITK.txt
 Modules/ThirdParty/DoubleConversion/src/README-ITK.txt
 Modules/ThirdParty/DoubleConversion/src/UpdateDoubleConversionFromGoogle.sh

for examples.

-Brad K


More information about the Insight-developers mailing list