commit: ea41bd68cbf976a07c2c7858daffa1ff2a905970 Author: Chris Mayo <aklhfex <AT> gmail <DOT> com> AuthorDate: Fri May 9 18:21:54 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun May 11 15:53:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea41bd68
sci-libs/vtk: fix minimal for 9.4.2 Signed-off-by: Chris Mayo <aklhfex <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42007 Closes: https://github.com/gentoo/gentoo/pull/42007 Signed-off-by: Sam James <sam <AT> gentoo.org> sci-libs/vtk/vtk-9.4.2.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sci-libs/vtk/vtk-9.4.2.ebuild b/sci-libs/vtk/vtk-9.4.2.ebuild index 4da711efb6dd..d052e3fe79ad 100644 --- a/sci-libs/vtk/vtk-9.4.2.ebuild +++ b/sci-libs/vtk/vtk-9.4.2.ebuild @@ -55,8 +55,8 @@ REQUIRED_USE=" ) cuda? ( video_cards_nvidia vtkm ) java? ( rendering ) - minimal? ( !rendering ) - !minimal? ( rendering ) + minimal? ( !gdal !rendering ) + !minimal? ( cgns netcdf rendering ) python? ( ${PYTHON_REQUIRED_USE} ) qt6? ( rendering ) tk? ( python rendering ) @@ -646,6 +646,7 @@ src_configure() { -DVTK_MODULE_ENABLE_VTK_CommonSystem="YES" -DVTK_MODULE_ENABLE_VTK_CommonTransforms="YES" + -DVTK_MODULE_ENABLE_VTK_FiltersCellGrid="YES" -DVTK_MODULE_ENABLE_VTK_FiltersCore="YES" -DVTK_MODULE_ENABLE_VTK_FiltersExtraction="YES" -DVTK_MODULE_ENABLE_VTK_FiltersGeneral="YES" @@ -653,10 +654,12 @@ src_configure() { -DVTK_MODULE_ENABLE_VTK_FiltersGeometry="YES" -DVTK_MODULE_ENABLE_VTK_FiltersHybrid="NO" -DVTK_MODULE_ENABLE_VTK_FiltersHyperTree="YES" + -DVTK_MODULE_ENABLE_VTK_FiltersReduction="YES" -DVTK_MODULE_ENABLE_VTK_FiltersSources="YES" -DVTK_MODULE_ENABLE_VTK_FiltersStatistics="YES" -DVTK_MODULE_ENABLE_VTK_FiltersVerdict="YES" + -DVTK_MODULE_ENABLE_VTK_IOCellGrid="YES" -DVTK_MODULE_ENABLE_VTK_IOCore="YES" -DVTK_MODULE_ENABLE_VTK_IOGeometry="NO" -DVTK_MODULE_ENABLE_VTK_IOLegacy="YES"
