[Insight-developers] OpenJPEG 2000

Brad King brad.king at kitware.com
Thu May 23 11:12:46 EDT 2013


On 05/23/2013 11:08 AM, Bradley Lowekamp wrote:
> Thanks for the offer, but I think I get it. It would be good to get this knowledge around and use it to keep more third party libraries regularly updated.
> 
> I pushed the openjpeg upstream tree I created here:
> 
> https://github.com/blowekamp/ITK/tree/openjpeg-upstream
> 
> If someone want to check that I haven't messed things up too much yet.

That looks good except that the content of the branch should not
have the extraction directories:

 $ git ls-tree --name-only 0d6bae91f0b6a47724727683aafce40238a9c9b0
 openjpeg-2.0.0-r2228-reduced
 openjpeg-2.0.0-r2228

Instead you should have committed only the content of the -reduced
directory:

 $ git ls-tree --name-only 0d6bae91f0b6a47724727683aafce40238a9c9b0:openjpeg-2.0.0-r2228-reduced
 CMakeLists.txt
 LICENSE
 cmake
 src

-Brad K


More information about the Insight-developers mailing list