gnu: openvdb: Update dependency on tbb.

* gnu/packages/graphics.scm (openvdb)[inputs]: Remove tbb; add onetbb.

Change-Id: I8e402b996d96e9ea05bc3afbad08ad52f999b7d1
This commit is contained in:
Cayetano Santos 2026-01-24 09:41:04 +01:00
parent cdc39b0728
commit 49d2fb6a51
No known key found for this signature in database
GPG key ID: BF5CDF4DF6BF6682

View file

@ -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/")