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/packages/image-processing.scm | |
| 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/packages/image-processing.scm')
| -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 @@ | |||
| 94 | #:use-module (gnu packages maths) | 94 | #:use-module (gnu packages maths) |
| 95 | #:use-module (gnu packages mpi) | 95 | #:use-module (gnu packages mpi) |
| 96 | #:use-module (gnu packages nss) | 96 | #:use-module (gnu packages nss) |
| 97 | #:use-module (gnu packages oneapi) | ||
| 97 | #:use-module (gnu packages opencl) | 98 | #:use-module (gnu packages opencl) |
| 98 | #:use-module (gnu packages pdf) | 99 | #:use-module (gnu packages pdf) |
| 99 | #:use-module (gnu packages perl) | 100 | #:use-module (gnu packages perl) |
| @@ -1460,7 +1461,7 @@ libraries designed for computer vision research and implementation.") | |||
| 1460 | opencl-icd-loader | 1461 | opencl-icd-loader |
| 1461 | perl | 1462 | perl |
| 1462 | python | 1463 | python |
| 1463 | tbb | 1464 | onetbb |
| 1464 | vxl-1 | 1465 | vxl-1 |
| 1465 | zlib)) | 1466 | zlib)) |
| 1466 | (native-inputs | 1467 | (native-inputs |
