guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 63dead100c378f3b4c948b5eb00afdb2f940df47
Author: Cayetano Santos <[email protected]>
AuthorDate: Mon Jan 19 13:42:44 2026 +0100

    gnu: insight-toolkit: Update dependency on tbb.
    
    * gnu/packages/image-processing.scm (insight-toolkit)[inputs]: Remove
    tbb; add onetbb.
    
    Merges guix/guix!5757
    
    Change-Id: I9a2e5f39041d6a6b61eb985a08c06c9cc4e03622
---
 gnu/packages/image-processing.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/image-processing.scm 
b/gnu/packages/image-processing.scm
index 2e30bf5450..6f4e04a03c 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -94,6 +94,7 @@
   #:use-module (gnu packages maths)
   #:use-module (gnu packages mpi)
   #:use-module (gnu packages nss)
+  #:use-module (gnu packages oneapi)
   #:use-module (gnu packages opencl)
   #:use-module (gnu packages pdf)
   #:use-module (gnu packages perl)
@@ -1460,7 +1461,7 @@ libraries designed for computer vision research and 
implementation.")
                     opencl-icd-loader
                     perl
                     python
-                    tbb
+                    onetbb
                     vxl-1
                     zlib))
       (native-inputs

Reply via email to