mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: embree: Update dependency on tbb.
* gnu/packages/graphics.scm (embree)[inputs]: Remove tbb; add onetbb. Change-Id: Ifb5d0899208a15900dfdab1c7a89120bb0f03129
This commit is contained in:
parent
e562584e00
commit
cdc39b0728
1 changed files with 3 additions and 1 deletions
|
|
@ -42,6 +42,7 @@
|
|||
;;; Copyright © 2025 Nicolas Graves <ngraves@ngraves.fr>
|
||||
;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
|
||||
;;; Copyright © 2025 James Smith <jsubuntuxp@disroot.org>
|
||||
;;; Copyright © 2026 Cayetano Santos <csantosb@inventati.org>
|
||||
;;;
|
||||
;;; 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue