diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-06-25 17:09:06 +0200 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-08-21 11:08:07 +0200 |
| commit | ebbb7db69cd4f24d874623d744bc7e974541ea78 (patch) | |
| tree | 3e92b286ed08eddbe7dc2e4f7bfadb41cfc9cd3a | |
| parent | 1b0afffaef8fc190b4a736eef0ed7e8196fc69c0 (diff) | |
gnu: onetbb: Update to 2023.1.0.
* gnu/packages/oneapi.scm (onetbb): Update to 2023.1.0.
Merges guix/guix!9535.
| -rw-r--r-- | gnu/packages/oneapi.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/oneapi.scm b/gnu/packages/oneapi.scm index e4848da1e85..8fc0e0ef5a8 100644 --- a/gnu/packages/oneapi.scm +++ b/gnu/packages/oneapi.scm | |||
| @@ -151,7 +151,7 @@ performance library of basic building blocks for deep learning applications.") | |||
| 151 | (define-public onetbb | 151 | (define-public onetbb |
| 152 | (package | 152 | (package |
| 153 | (name "onetbb") | 153 | (name "onetbb") |
| 154 | (version "2022.3.0") | 154 | (version "2023.1.0") |
| 155 | (source | 155 | (source |
| 156 | (origin | 156 | (origin |
| 157 | (method git-fetch) | 157 | (method git-fetch) |
| @@ -161,7 +161,7 @@ performance library of basic building blocks for deep learning applications.") | |||
| 161 | (file-name (git-file-name name version)) | 161 | (file-name (git-file-name name version)) |
| 162 | (sha256 | 162 | (sha256 |
| 163 | (base32 | 163 | (base32 |
| 164 | "0ibwr5cw0zw5dfcdhavr5zbmwqqf7vnsai0gh4mqw475l7lcb08w")) | 164 | "15knh7rwdvwjylk4kcxlkhgdwla4m3k5zkxg4xvznnqh0zds2bpc")) |
| 165 | (patches (search-patches "onetbb-other-arches.patch")))) | 165 | (patches (search-patches "onetbb-other-arches.patch")))) |
| 166 | (build-system cmake-build-system) | 166 | (build-system cmake-build-system) |
| 167 | (arguments | 167 | (arguments |
