summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2026-01-24 09:40:11 +0100
committerCayetano Santos <csantosb@inventati.org>2026-01-31 09:47:13 +0100
commit74a4e743223cca531afab82ef3f4c55968091019 (patch)
tree372b0f5b1f6bf80e75f6cf5c26cd5d0247adcb30 /gnu
parent0f40b39f08491523dae304ba95957049bf690e28 (diff)
gnu: embree: Update dependency on tbb.
* gnu/packages/graphics.scm (embree)[inputs]: Remove tbb; add onetbb. Merges guix/guix!5757 Change-Id: Ifb5d0899208a15900dfdab1c7a89120bb0f03129
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/graphics.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index c836f18ab62..6ae80928ff7 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -42,6 +42,7 @@
42;;; Copyright © 2025 Nicolas Graves <ngraves@ngraves.fr> 42;;; Copyright © 2025 Nicolas Graves <ngraves@ngraves.fr>
43;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org> 43;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
44;;; Copyright © 2025 James Smith <jsubuntuxp@disroot.org> 44;;; Copyright © 2025 James Smith <jsubuntuxp@disroot.org>
45;;; Copyright © 2026 Cayetano Santos <csantosb@inventati.org>
45;;; 46;;;
46;;; This file is part of GNU Guix. 47;;; This file is part of GNU Guix.
47;;; 48;;;
@@ -111,6 +112,7 @@
111 #:use-module (gnu packages multiprecision) 112 #:use-module (gnu packages multiprecision)
112 #:use-module (gnu packages ninja) 113 #:use-module (gnu packages ninja)
113 #:use-module (gnu packages opencl) 114 #:use-module (gnu packages opencl)
115 #:use-module (gnu packages oneapi)
114 #:use-module (gnu packages pciutils) 116 #:use-module (gnu packages pciutils)
115 #:use-module (gnu packages pdf) 117 #:use-module (gnu packages pdf)
116 #:use-module (gnu packages perl) 118 #:use-module (gnu packages perl)
@@ -575,7 +577,7 @@ with the @command{autotrace} utility or as a C library, @code{libautotrace}.")
575 ;; (that would be AVX512--and that segfaults GCC (!)). 577 ;; (that would be AVX512--and that segfaults GCC (!)).
576 "-DEMBREE_MAX_ISA=AVX2"))) 578 "-DEMBREE_MAX_ISA=AVX2")))
577 (inputs 579 (inputs
578 (list tbb glfw)) 580 (list glfw onetbb))
579 (home-page "https://www.embree.org/") 581 (home-page "https://www.embree.org/")
580 (synopsis "High performance ray tracing kernels") 582 (synopsis "High performance ray tracing kernels")
581 (description 583 (description