guix_mirror_bot pushed a commit to branch master
in repository guix.
commit b964ac17dd49d7f29ada131f8f3ef795bed64221
Author: Ghislain Vaillant <[email protected]>
AuthorDate: Thu Aug 21 17:25:16 2025 +0200
gnu: insight-toolkit: Build with ITKReview module.
* gnu/packages/image-processing.scm (insight-toolkit)[arguments]
<#:configure-flags>: Set the Module_ITKReview CMake flag.
Change-Id: If3ab92b166d2fb78336a86846208773a23bc8eed
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/image-processing.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/image-processing.scm
b/gnu/packages/image-processing.scm
index ba840996cc..60a32f93e1 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -1354,6 +1354,7 @@ libraries designed for computer vision research and
implementation.")
"-DModule_MorphologicalContourInterpolation=ON"
"-DModule_SimpleITKFilters=ON"
"-DModule_GenericLabelInterpolator=ON"
+ "-DModule_ITKReview:BOOL=ON"
"-DCMAKE_CXX_STANDARD=17"
"-DBUILD_TESTING=OFF")