guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 74a4e743223cca531afab82ef3f4c55968091019
Author: Cayetano Santos <[email protected]>
AuthorDate: Sat Jan 24 09:40:11 2026 +0100

    gnu: embree: Update dependency on tbb.
    
    * gnu/packages/graphics.scm (embree)[inputs]: Remove tbb; add onetbb.
    
    Merges guix/guix!5757
    
    Change-Id: Ifb5d0899208a15900dfdab1c7a89120bb0f03129
---
 gnu/packages/graphics.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index c836f18ab6..6ae80928ff 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -42,6 +42,7 @@
 ;;; Copyright © 2025 Nicolas Graves <[email protected]>
 ;;; Copyright © 2024 Janneke Nieuwenhuizen <[email protected]>
 ;;; Copyright © 2025 James Smith <[email protected]>
+;;; Copyright © 2026 Cayetano Santos <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -111,6 +112,7 @@
   #:use-module (gnu packages multiprecision)
   #:use-module (gnu packages ninja)
   #:use-module (gnu packages opencl)
+  #:use-module (gnu packages oneapi)
   #:use-module (gnu packages pciutils)
   #:use-module (gnu packages pdf)
   #:use-module (gnu packages perl)
@@ -575,7 +577,7 @@ with the @command{autotrace} utility or as a C library, 
@code{libautotrace}.")
           ;; (that would be AVX512--and that segfaults GCC (!)).
           "-DEMBREE_MAX_ISA=AVX2")))
     (inputs
-     (list tbb glfw))
+     (list glfw onetbb))
     (home-page "https://www.embree.org/";)
     (synopsis "High performance ray tracing kernels")
     (description

Reply via email to