gnu: insight-toolkit: Use gcc@13 to fix build.

ITK with Python wrapping fails to build with gcc@14: constexpr function's
return type '__castxml_Float32' (aka '__castxml_Float32_s') is not a literal
type

* gnu/packages/image-processing.scm (insight-toolkit)[native-inputs]: Add
gcc-13.

Change-Id: I9d7286a26840ede45a9543b4dbf195548cb59245
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Jake Forster 2025-07-24 21:35:53 +09:30 committed by Sharlatan Hellseher
parent eadf133bb0
commit 55ef7ba13d
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1331,7 +1331,7 @@ libraries designed for computer vision research and implementation.")
vxl-1
zlib))
(native-inputs
(list castxml git-minimal pkg-config swig-next which))
(list castxml gcc-13 git-minimal pkg-config swig-next which))
;; The 'CMake/ITKSetStandardCompilerFlags.cmake' file normally sets
;; '-mtune=native -march=corei7', suggesting there's something to be