guix_mirror_bot pushed a commit to branch master
in repository guix.
commit a09f05a594df61cf961283884aab733a23699c71
Author: Cayetano Santos <[email protected]>
AuthorDate: Sat Jan 24 09:41:04 2026 +0100
gnu: openvdb: Update dependency on tbb.
* gnu/packages/graphics.scm (openvdb)[inputs]: Remove tbb; add onetbb.
Merges guix/guix!5757
Change-Id: I8e402b996d96e9ea05bc3afbad08ad52f999b7d1
---
gnu/packages/graphics.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 6ae80928ff..a3635e2863 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -622,7 +622,7 @@ applications.")
(list (string-append "-DCMAKE_EXE_LINKER_FLAGS=-Wl,-rpath="
(assoc-ref %outputs "out") "/lib"))))
(inputs
- (list boost c-blosc jemalloc tbb zlib))
+ (list boost c-blosc jemalloc onetbb zlib))
(native-inputs
(list pkg-config))
(home-page "https://www.openvdb.org/")