Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
d/p/itk4.12.0-resource_cprobe: rebase patch
· 24db7072
Gert Wollny
authored
Oct 31, 2019
24db7072
d/p/disable.. Disable Python template test
· b297c857
Gert Wollny
authored
Oct 31, 2019
b297c857
d/changelog: Update for upload
· fd5a087c
Gert Wollny
authored
Oct 31, 2019
fd5a087c
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
fd5a087c
insighttoolkit4 (4.13.2-dfsg1-1~exp5) experimental; urgency=medium
* d/p/itk4.12.0-resource_cprobe: rebase patch
* d/p/disable.. Disable Python template test
-- Gert Wollny <gewo@debian.org> Thu, 31 Oct 2019 13:02:43 +0100
insighttoolkit4 (4.13.2-dfsg1-1~exp4) experimental; urgency=medium
* d/docs: Update file name
...
...
debian/patches/disable_python_template_test
0 → 100644
View file @
fd5a087c
Description: Disable template tests since they only check available templates
and whether they pass depends on the configuration.
Author: Gert Wollny <gewo@debian.org>
--- a/Wrapping/Generators/Python/Tests/CMakeLists.txt
+++ b/Wrapping/Generators/Python/Tests/CMakeLists.txt
@@ -29,7 +29,7 @@
if(ITK_WRAP_unsigned_char AND WRAP_2)
itk_python_add_test(NAME PythonTypemaps COMMAND typemaps.py)
- itk_python_add_test(NAME PythonTemplate COMMAND template.py)
+# itk_python_add_test(NAME PythonTemplate COMMAND template.py)
itk_python_add_test(NAME PythonModifiedTime COMMAND ModifiedTime.py)
debian/patches/itk4.12.0-resource_cprobe.patch
View file @
fd5a087c
...
...
@@ -5,7 +5,7 @@ Description: Inline call to UpdateMinimumMaximumMeasuredValue
Author: Gert Wollny <gewo@debian.org>
--- a/Modules/Core/Common/include/itkResourceProbe.hxx
+++ b/Modules/Core/Common/include/itkResourceProbe.hxx
@@ -11
1
,6 +11
1
,22 @@
@@ -11
0
,6 +11
0
,22 @@
template< typename ValueType, typename MeanType >
void
ResourceProbe< ValueType, MeanType >
...
...
@@ -28,7 +28,7 @@ Author: Gert Wollny <gewo@debian.org>
::Stop(void)
{
ValueType probevalue = this->GetInstantValue() - this->m_StartValue;
@@ -11
9
,7 +13
5
,16 @@
@@ -11
8
,7 +13
4
,16 @@
return;
}
...
...
@@ -46,7 +46,7 @@ Author: Gert Wollny <gewo@debian.org>
this->m_TotalValue += probevalue;
this->m_ProbeValueList.push_back(probevalue);
this->m_NumberOfStops++;
@@ -4
7
8,23 +50
3
,6 @@
@@ -48
2
,23 +50
7
,6 @@
}
...
...
debian/patches/series
View file @
fd5a087c
...
...
@@ -8,3 +8,4 @@ itk4.12.0-resource_cprobe.patch
disable-doxygen.patch
simplify-system-gtest.patch
fix-minc-includes.patch
disable_python_template_test