MantisBT - ITK
View Issue Details
0007530ITKpublic2008-08-24 08:032010-10-21 12:31
Steve Robbins 
Hans Johnson 
normalmajoralways
closedfixed 
ITK-3-8 
ITK-3-10 
0007530: Installed library libITKznz is not versioned properly
In both ITK 3.6 and ITK 3.8, the library is installed with version 1.0.0 (i.e. filename libITKznz.so.1.0.0) rather than following the ITK version as all other installed libraries do.

This causes a conflict when you try to simultaneously install the built shared libraries, as happens on a Debian system.
No tags attached.
patch nifti-versioning.patch (4,663) 2008-08-24 09:03
https://public.kitware.com/Bug/file/1676/nifti-versioning.patch
Issue History
2008-08-24 08:03Steve RobbinsNew Issue
2008-08-24 09:03Steve RobbinsFile Added: nifti-versioning.patch
2008-08-24 09:06Steve RobbinsNote Added: 0013161
2009-07-26 11:03Bill LorensenStatusnew => assigned
2009-07-26 11:03Bill LorensenAssigned To => Hans Johnson
2009-08-03 19:12Steve RobbinsStatusassigned => resolved
2009-08-03 19:12Steve RobbinsFixed in Version => ITK-3-10
2009-08-03 19:12Steve RobbinsResolutionopen => fixed
2010-10-21 12:31Gabe HartStatusresolved => closed

Notes
(0013161)
Steve Robbins   
2008-08-24 09:06   
Further investigation suggests that none of the NIFTI libraries will be built using ITK versioning. The attached patch makes all libraries under Utilities/nifti follow the ITK versioning when built with ITK; otherwise they follow the NIFTI versioning.