mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-15 03:40:22 +00:00
* Replaced ITK 4.13 with ITK 5.3 for the OTB package to comply with updated requirements. * Refactored to use override to build the ITK version needed for OTB. * Removed old ITK patches and added new ones for GCC 13 and ITK-specific configurations.
10 lines
659 B
Diff
10 lines
659 B
Diff
diff -burN ITK-5.3.0.orig/Modules/Filtering/MathematicalMorphology/include/itkVanHerkGilWermanErodeDilateImageFilter.hxx ITK-5.3.0/Modules/Filtering/MathematicalMorphology/include/itkVanHerkGilWermanErodeDilateImageFilter.hxx
|
|
--- ITK-5.3.0.orig/Modules/Filtering/MathematicalMorphology/include/itkVanHerkGilWermanErodeDilateImageFilter.hxx 2024-08-23 17:54:36.000000000 +0200
|
|
+++ ITK-5.3.0/Modules/Filtering/MathematicalMorphology/include/itkVanHerkGilWermanErodeDilateImageFilter.hxx 2024-08-23 16:45:46.316235664 +0200
|
|
@@ -21,4 +21,4 @@
|
|
#include "itkImageRegionIterator.h"
|
|
|
|
#include "itkVanHerkGilWermanUtilities.h"
|
|
-
|
|
+#include "itkTotalProgressReporter.h"
|