mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: insight-toolkit: Update dependency on tbb.
* gnu/packages/image-processing.scm (insight-toolkit)[inputs]: Remove tbb; add onetbb. Change-Id: I9a2e5f39041d6a6b61eb985a08c06c9cc4e03622
This commit is contained in:
parent
19fc23fd89
commit
a9a090b8a9
1 changed files with 2 additions and 1 deletions
|
|
@ -94,6 +94,7 @@
|
|||
#:use-module (gnu packages maths)
|
||||
#:use-module (gnu packages mpi)
|
||||
#:use-module (gnu packages nss)
|
||||
#:use-module (gnu packages oneapi)
|
||||
#:use-module (gnu packages opencl)
|
||||
#:use-module (gnu packages pdf)
|
||||
#:use-module (gnu packages perl)
|
||||
|
|
@ -1460,7 +1461,7 @@ libraries designed for computer vision research and implementation.")
|
|||
opencl-icd-loader
|
||||
perl
|
||||
python
|
||||
tbb
|
||||
onetbb
|
||||
vxl-1
|
||||
zlib))
|
||||
(native-inputs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue