GNU bug report logs - #76269
[PATCH] gnu: vtk: Update to 9.4.1

Previous Next

Package: guix-patches;

Reported by: Lars Bilke <lars.bilke <at> ufz.de>

Date: Thu, 13 Feb 2025 14:39:01 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Lars Bilke <lars.bilke <at> ufz.de>
To: 76269 <at> debbugs.gnu.org
Cc: Lars Bilke <lars.bilke <at> ufz.de>
Subject: [bug#76269] [PATCH 3/3] gnu: vtk: Fix OpenCV build.
Date: Thu, 27 Feb 2025 16:54:11 +0100
* gnu/packages/image-processing.scm (vtk): Add jsoncpp to
  propagated-inputs. This fixes the OpenCV configuration step.

Change-Id: I863079394a4345cc5f0a8e67fe19831070f16d09
---
 gnu/packages/image-processing.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index a456d94863..fed26291e5 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -440,6 +440,7 @@ (define-public vtk
      ;; 'find_package(THEORA)', which in turns looks for libogg.  Likewise for
      ;; TBB.
      (list libogg
+           jsoncpp ; fixes OpenCVs configure not finding JsonCpp::JsonCpp target
            tbb))
     (home-page "https://vtk.org/")
     (synopsis "Libraries for 3D computer graphics")
-- 
2.46.1





This bug report was last modified 151 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.