me
/
guix
Archived
1
0
Fork 0

gnu: vtk: Enable the RenderingExternal module.

* gnu/packages/image-processing.scm (vtk)[arguments]<#:configure-flags>:
Add -DVTK_MODULE_ENABLE_VTK_RenderingExternal=YES.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Paul A. Patience 2022-06-06 06:29:18 -04:00 committed by 宋文武
parent fba67be225
commit 9d96325e01
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 1 additions and 0 deletions

View File

@ -358,6 +358,7 @@ many popular formats.")
"-DVTK_MODULE_USE_EXTERNAL_VTK_theora=ON"
"-DVTK_MODULE_USE_EXTERNAL_VTK_tiff=ON"
"-DVTK_MODULE_USE_EXTERNAL_VTK_zlib=ON"
"-DVTK_MODULE_ENABLE_VTK_RenderingExternal=YES" ; For F3D
"-DVTK_WRAP_PYTHON=ON"
"-DVTK_PYTHON_VERSION:STRING=3"
)