From: Dominique Belhachemi Date: Mon, 25 May 2026 19:11:13 +0000 (+0200) Subject: Fix FTBFS on PPC64: inlining failed in call to ‘always_inline’ X-Git-Tag: archive/raspbian/9.5.2+dfsg4-5+rpi1^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ee4d59cbd3985b8401c129596e29619e44f8cb65;p=vtk9.git Fix FTBFS on PPC64: inlining failed in call to ‘always_inline’ Forwarded: no Last-Update: 2025-09-30 Gbp-Pq: Name 80_fix_ppc64_ftbfs.patch --- diff --git a/Common/Core/vtkDataArrayMeta.h b/Common/Core/vtkDataArrayMeta.h index 602305d3e..8c37a9689 100644 --- a/Common/Core/vtkDataArrayMeta.h +++ b/Common/Core/vtkDataArrayMeta.h @@ -32,7 +32,7 @@ #endif #if (defined(VTK_ALWAYS_OPTIMIZE_ARRAY_ITERATORS) || !defined(VTK_DEBUG_RANGE_ITERATORS)) && \ - !defined(VTK_COMPILER_MSVC) + !defined(VTK_COMPILER_MSVC) && !defined(__PPC64__) #define VTK_ITER_INLINE VTK_ALWAYS_INLINE #define VTK_ITER_ASSUME VTK_ASSUME_NO_ASSERT #define VTK_ITER_OPTIMIZE_START VTK_ALWAYS_OPTIMIZE_START