1
0

Accepting request 1078303 from home:iznogood:branches:Application:Geo

- Add add-missing-includes.patch: Add missing #include <cstdint>.
  Now exposed by gcc 13.

OBS-URL: https://build.opensuse.org/request/show/1078303
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/insighttoolkit?expand=0&rev=52
This commit is contained in:
Atri Bhattacharya 2023-04-11 09:05:34 +00:00 committed by Git OBS Bridge
parent 8fd72b4fd0
commit 5240042bbc
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> 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 License: Apache-2.0
URL: https://www.itk.org URL: https://www.itk.org
Source: https://github.com/InsightSoftwareConsortium/ITK/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz 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: CastXML-devel
BuildRequires: bison BuildRequires: bison
BuildRequires: cmake BuildRequires: cmake