diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-01-19 13:42:44 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-01-31 09:46:45 +0100 |
| commit | 63dead100c378f3b4c948b5eb00afdb2f940df47 (patch) | |
| tree | 04aa4422b629f649810b3433d1d171e7949953ed /gnu | |
| parent | a5fe83f4dc1ff79186c8bd915eea228cda9efb2f (diff) | |
gnu: insight-toolkit: Update dependency on tbb.
* gnu/packages/image-processing.scm (insight-toolkit)[inputs]: Remove
tbb; add onetbb.
Merges guix/guix!5757
Change-Id: I9a2e5f39041d6a6b61eb985a08c06c9cc4e03622
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/image-processing.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm index 2e30bf5450a..6f4e04a03c8 100644 --- a/gnu/packages/image-processing.scm +++ b/gnu/packages/image-processing.scm @@ -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 |
