From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EA2431584AD for ; Sun, 11 May 2025 15:54:02 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D462834320E for ; Sun, 11 May 2025 15:54:02 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C5A4D1102C5; Sun, 11 May 2025 15:53:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id BB03C1102C5 for ; Sun, 11 May 2025 15:53:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 715EE3431B1 for ; Sun, 11 May 2025 15:53:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4A5F1BFB for ; Sun, 11 May 2025 15:53:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1746978791.cdd3c31386ba4c4476371128f64995b4986c6bcf.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/vtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/vtk/vtk-9.4.2.ebuild X-VCS-Directories: sci-libs/vtk/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cdd3c31386ba4c4476371128f64995b4986c6bcf X-VCS-Branch: master Date: Sun, 11 May 2025 15:53:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7eacba3c-6151-4634-a8de-c58839d6e7c3 X-Archives-Hash: 78bac0296560cc1b8786b3935d1eca8b commit: cdd3c31386ba4c4476371128f64995b4986c6bcf Author: Chris Mayo gmail com> AuthorDate: Sat May 10 16:09:42 2025 +0000 Commit: Sam James gentoo 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 gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42019 Closes: https://github.com/gentoo/gentoo/pull/42019 Signed-off-by: Sam James 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"