commit: cdd3c31386ba4c4476371128f64995b4986c6bcf Author: Chris Mayo <aklhfex <AT> gmail <DOT> com> AuthorDate: Sat May 10 16:09:42 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun May 11 15:53:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdd3c313
sci-libs/vtk: ensure ANARI Rendering Module is disabled Closes: https://bugs.gentoo.org/955676 Signed-off-by: Chris Mayo <aklhfex <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42019 Closes: https://github.com/gentoo/gentoo/pull/42019 Signed-off-by: Sam James <sam <AT> gentoo.org> sci-libs/vtk/vtk-9.4.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-libs/vtk/vtk-9.4.2.ebuild b/sci-libs/vtk/vtk-9.4.2.ebuild index d052e3fe79ad..5bd53cc8754b 100644 --- a/sci-libs/vtk/vtk-9.4.2.ebuild +++ b/sci-libs/vtk/vtk-9.4.2.ebuild @@ -740,6 +740,7 @@ src_configure() { -DVTK_ENABLE_OSPRAY=OFF -DVTK_MODULE_ENABLE_VTK_IOExportGL2PS="YES" + -DVTK_MODULE_ENABLE_VTK_RenderingAnari="NO" # no package in ::gentoo -DVTK_MODULE_ENABLE_VTK_RenderingAnnotation="YES" -DVTK_MODULE_ENABLE_VTK_RenderingContext2D="YES" -DVTK_MODULE_ENABLE_VTK_RenderingContextOpenGL2="YES"
