1
0

Accepting request 1078387 from Application:Geo

OBS-URL: https://build.opensuse.org/request/show/1078387
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/insighttoolkit?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2023-04-11 11:51:57 +00:00 committed by Git OBS Bridge
commit e8393f6a74
3 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,12 @@
Index: ITK-5.3.0/Modules/Filtering/MathematicalMorphology/include/itkMathematicalMorphologyEnums.h
===================================================================
--- ITK-5.3.0.orig/Modules/Filtering/MathematicalMorphology/include/itkMathematicalMorphologyEnums.h
+++ ITK-5.3.0/Modules/Filtering/MathematicalMorphology/include/itkMathematicalMorphologyEnums.h
@@ -20,6 +20,7 @@
#include <iostream>
#include "ITKMathematicalMorphologyExport.h"
+#include <cstdint>
namespace itk

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 10 21:28:42 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Add add-missing-includes.patch: Add missing #include <cstdint>.
Now exposed by gcc 13.
-------------------------------------------------------------------
Wed Jan 25 14:04:22 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>

View File

@ -43,6 +43,9 @@ Summary: Toolkit for scientific image processing, segmentation, and regis
License: Apache-2.0
URL: https://www.itk.org
Source: https://github.com/InsightSoftwareConsortium/ITK/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
# PATCH-FIX-UPSTREAM add-missing-includes.patch -- Add missing #include <cstdint>
Patch: add-missing-includes.patch
BuildRequires: CastXML-devel
BuildRequires: bison
BuildRequires: cmake