Package: insighttoolkit4 / 4.13.3withdata-dfsg1-4
Metadata
Package | Version | Patches format |
---|---|---|
insighttoolkit4 | 4.13.3withdata-dfsg1-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
nrrdio linking.patch | (download) |
Modules/ThirdParty/NrrdIO/src/NrrdIO/CMakeLists.txt |
2 1 + 1 - 0 ! |
link libitknrrdio with -lm (needed for sqrt) |
atomic_load.patch | (download) |
Modules/Core/Common/include/itkAtomicIntDetail.h |
3 1 + 2 - 0 ! |
make the load operation truly atomic |
flatStructuringElementTest_fix_rescale.patch | (download) |
Modules/Filtering/MathematicalMorphology/test/itkFlatStructuringElementTest2.cxx |
2 1 + 1 - 0 ! |
change the output range to stabelize test The test uses an RescaleIntensity filter to binarize an image, but this filter is numerically unstable for this operation. |
ITKv3MultiResImageRegistrationTest_correct.patch | (download) |
Examples/RegistrationITKv3/MultiResImageRegistration1.cxx |
4 2 + 2 - 0 ! |
improve accuracy of registration reduce minimum step length and gradient tolerance in order to stabelize the registration test run by using this program. |
itk4.10 enable system nifti.patch | (download) |
Modules/ThirdParty/GIFTI/src/gifticlib/CMakeLists.txt |
6 3 + 3 - 0 ! |
use system nifti library |
itk4.10.0 python wrapping.patch | (download) |
Modules/Filtering/ImageGrid/wrapping/itkResampleImageFilter.wrap |
1 1 + 0 - 0 ! |
[patch 1/1] bug: fix python wrappings in c++11 |
itk4.12.0 resource_cprobe.patch | (download) |
Modules/Core/Common/include/itkResourceProbe.hxx |
44 26 + 18 - 0 ! |
inline call to updateminimummaximummeasuredvalue For some reason on i386 UpdateMinimumMaximumMeasuredValue is not properly instantiated, resulting in a linker error. Work around this by inlining the call. |
disable doxygen.patch | (download) |
Utilities/Doxygen/CMakeLists.txt |
8 4 + 4 - 0 ! |
avoid doing some copying when docu is not build Since we don't build the docu, and the compresses js files have been removed for copyright reasons (no source file), we avoid doing anything in the Doxygen directory. |
simplify system gtest.patch | (download) |
Modules/ThirdParty/GoogleTest/CMakeLists.txt |
23 13 + 10 - 0 ! |
simplify the gtest handling for debian. |
fix minc includes.patch | (download) |
Modules/IO/MINC/test/CMakeLists.txt |
12 6 + 6 - 0 ! |
fix building and running with system minc Disable the 4D test IO test for now, because it fails on i386. |
remove_gcc_version_test.patch | (download) |
Modules/ThirdParty/VNL/src/vxl/vcl/tests/test_preprocessor.cxx |
6 6 + 0 - 0 ! |
--- |
python3.8.diff | (download) |
Modules/ThirdParty/pygccxml/src/pygccxml/declarations/scopedef.py |
12 6 + 6 - 0 ! |
--- |
ignore_failing_test.patch | (download) |
Wrapping/Generators/Python/Tests/CMakeLists.txt |
4 0 + 4 - 0 ! |
ignore failing test pythonreaddicomandreadtag Bug-Debian: https://bugs.debian.org/978177 |