Package: insighttoolkit4 / 4.6.0-3

Metadata

Package Version Patches format
insighttoolkit4 4.6.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
nrrdio linking.patch | (download)

Modules/ThirdParty/NrrdIO/src/NrrdIO/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 link libitknrrdio with -lm (needed for sqrt)
bsd hdf5.patch | (download)

Modules/ThirdParty/HDF5/src/itkhdf5/CMakeLists.txt | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 add _bsd_source to build itkhdf5 on kfreebsd
 To work around bug #686402, we define _BSD_SOURCE when building on kfreebsd.
0005 make gdcm helper library static.patch | (download)

Modules/ThirdParty/GDCM/src/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 make itk-gdcm library a static library if system gdcm is used
  In the case of using system gdcm this library is just an empty stub and by 
  making it static a lintian warning is avoided 
0001_avoid includsion of emmintr_h_without_sse2.patch | (download)

Modules/Core/Common/include/itkMathDetail.h | 18 14 + 4 - 0 !
1 file changed, 14 insertions(+), 4 deletions(-)

 on i386 sse2 is not available. make sure the according header is not 
  included by gccxml. 
0002_dont_test_swig_version_before_looking_for_it.patch | (download)

Wrapping/Generators/SwigInterface/CMakeLists.txt | 7 0 + 7 - 0 !
1 file changed, 7 deletions(-)

 cmake tries to read the version of swig before it is actually searched for 
  Since this is just awarning about the used swig version, I simply removed the snipped