~ruther/guix-local

b964ac17dd49d7f29ada131f8f3ef795bed64221 — Ghislain Vaillant 9 months ago 2007725
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 <andreas@enge.fr>
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/image-processing.scm
M gnu/packages/image-processing.scm => gnu/packages/image-processing.scm +1 -0
@@ 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")