From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 4ImqMXJcnmIG9QAAbAwnHQ (envelope-from ) for ; Mon, 06 Jun 2022 21:58:42 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id WAWoMXJcnmLjWgEAauVa8A (envelope-from ) for ; Mon, 06 Jun 2022 21:58:42 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 81D9EFF45 for ; Mon, 6 Jun 2022 21:58:40 +0200 (CEST) Received: from localhost ([::1]:53070 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nyIs3-0002mY-Ca for larch@yhetil.org; Mon, 06 Jun 2022 15:58:39 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60432) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nyIrS-0002SQ-At for guix-patches@gnu.org; Mon, 06 Jun 2022 15:58:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43040) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nyIrS-0000wE-2T for guix-patches@gnu.org; Mon, 06 Jun 2022 15:58:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nyIrS-0004wV-1w for guix-patches@gnu.org; Mon, 06 Jun 2022 15:58:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#55819] [PATCH v2 1/2] gnu: vtk: Enable the RenderingExternal module. Resent-From: "Paul A. Patience" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 06 Jun 2022 19:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55819 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 55819@debbugs.gnu.org Cc: "Paul A. Patience" Received: via spool by 55819-submit@debbugs.gnu.org id=B55819.165454544718936 (code B ref 55819); Mon, 06 Jun 2022 19:58:02 +0000 Received: (at 55819) by debbugs.gnu.org; 6 Jun 2022 19:57:27 +0000 Received: from localhost ([127.0.0.1]:36932 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nyIqt-0004vL-Ma for submit@debbugs.gnu.org; Mon, 06 Jun 2022 15:57:27 -0400 Received: from mail-4018.proton.ch ([185.70.40.18]:29834) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nyIqq-0004v5-Ow for 55819@debbugs.gnu.org; Mon, 06 Jun 2022 15:57:26 -0400 Date: Mon, 06 Jun 2022 19:57:10 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1654545438; x=1654804638; bh=f28eHoa7ysYGpwNTDFi1Jjfj+Pyrtf0QckG6BOFntTQ=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:Feedback-ID:From:To:Cc:Date:Subject:Reply-To: Feedback-ID:Message-ID; b=qhriqiFL5njqPmcwWG75XynoqyqaPvTr8z2LGNb3W9N/4FFUq3D5KwPQ2rkiSzvGu wtziVWbczlG0UPzrryrHhYq7KSmOuNgyCwSKzwln2oB33wJ6MBCXUpFwiHcfpqF7fP 0HDbBpNqAvjnS+i5crVt1dnFIPrCyd+jOXxRfjpxhxuQzkKHY3HK1WKRxdYdCMMZ8f fXXeHu9h9h3JrWaydFVN6Ed5Rm7wPE2hcGZlkzZ0IZVn5kIKmfTVowEsODvQj1sd1G IX7Mb/HEwe0FsKWkiZxpvRazNVu3sUPfF5wmrxFCMLy5pCaSa8ubdB6tGoA44GzJWo j0iKYeP5HYkEQ== From: "Paul A. Patience" Message-ID: <20220606195650.1012196-2-paul@apatience.com> In-Reply-To: <20220606195650.1012196-1-paul@apatience.com> References: <20220606195650.1012196-1-paul@apatience.com> Feedback-ID: 19227857:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: "Paul A. Patience" Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1654545520; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=f28eHoa7ysYGpwNTDFi1Jjfj+Pyrtf0QckG6BOFntTQ=; b=NXZD3Sl9z/pNQAc0ipyCPqpgNXOtzCFWpFOeBAymRcVHpuylUAUcoM3UjEufq1/ffNmtac NeTs7rVbF1Ba1ZVWpXZJuYMJXaTRiX3FLuUmZNqZWRjPsx7oMNE+VPC4YuyQHKsXDhY2bH w2KiglC32WaODClHiEfmJ+lNB9qih3xZbhTARcmz/lXRMaV/E3jQZ9u7sy/p3X69RtbJrG IqRvhepGY7OzQwDKeTlEeQEnuYLgHj0mSiXOvx8guZiLxDq1Z9GX4BRQZkUtSwlWmVVeAr sVk0WPq1N128R7w216WNt4PZNbLDkHwmnFe+xODNXYX41hY0BH71Ydh83fxJxw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1654545520; a=rsa-sha256; cv=none; b=C+wLS2ktLWjtq03ArvUeABPHVLevLMRqEixb23rjf5lHrI9AGkDz6u5BUxZMxuDp34MJp0 xaff0LEnmxu+fKHPJgagk+9LjUeHi+RTMYjI6P/Qiq77Xp5yyVPrKgovO1pgLaeVPgAnOM q3uAiBmr7fQjEvPhmgEC3kxzq37N6lbJcmzu9DKcIT20yzJfh7+tRHcGfRK9rmQgOLokR/ TZlZtNhM6Z3hgJZAr0yJGUgCRtx1gcyActdBh2dAulLwpOGItBg0QGCwCjcpO5enj0LhBv /ojT23Ui4Mw05esaECS/ffPJRbVj/vwsinyjc1TOnaMkHkxK6qPTkr9af7H3XA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=apatience.com header.s=protonmail2 header.b=qhriqiFL; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 1.99 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=apatience.com header.s=protonmail2 header.b=qhriqiFL; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 81D9EFF45 X-Spam-Score: 1.99 X-Migadu-Scanner: scn0.migadu.com X-TUID: fDRg17axct4n * gnu/packages/image-processing.scm (vtk)[arguments]<#:configure-flags>: Add -DVTK_MODULE_ENABLE_VTK_RenderingExternal=3DYES. --- gnu/packages/image-processing.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-process= ing.scm index f4bf1724b4..249f916489 100644 --- a/gnu/packages/image-processing.scm +++ b/gnu/packages/image-processing.scm @@ -360,6 +360,7 @@ (define-public vtk "-DVTK_MODULE_USE_EXTERNAL_VTK_theora=3DON" "-DVTK_MODULE_USE_EXTERNAL_VTK_tiff=3DON" "-DVTK_MODULE_USE_EXTERNAL_VTK_zlib=3DON" + "-DVTK_MODULE_ENABLE_VTK_RenderingExternal=3DYE= S" ; For F3D "-DVTK_WRAP_PYTHON=3DON" "-DVTK_PYTHON_VERSION:STRING=3D3" ) -- 2.36.0