mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: openvdb: Update dependency on tbb.
* gnu/packages/graphics.scm (openvdb)[inputs]: Remove tbb; add onetbb. Change-Id: I8e402b996d96e9ea05bc3afbad08ad52f999b7d1
This commit is contained in:
parent
cdc39b0728
commit
49d2fb6a51
1 changed files with 1 additions and 1 deletions
|
|
@ -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/")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue