mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
eadf133bb0
commit
55ef7ba13d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue