diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-08-21 11:48:05 +0200 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-08-21 11:48:05 +0200 |
| commit | 1572a6f36aaa1636548a7b5138885f2f97678c2f (patch) | |
| tree | 439cc9043994383c56d10fd04f5695aaaae8b914 /gnu/packages/mpi.scm | |
| parent | 521fb4bd83607a60a18575768f65d3ac9c353177 (diff) | |
gnu: hwloc: Update to 2.14.0.hpc-team
* gnu/packages/mpi.scm (hwloc): Update to 2.14.0.
* gnu/packages/patches/hwloc-add-with-opencl.patch: Delete patch,
applied upstream.
* gnu/local.mk: Unregister it.
Merges guix/guix!9190
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Diffstat (limited to 'gnu/packages/mpi.scm')
| -rw-r--r-- | gnu/packages/mpi.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm index 2bf77a8d7ce..1b8e19f15e6 100644 --- a/gnu/packages/mpi.scm +++ b/gnu/packages/mpi.scm | |||
| @@ -79,7 +79,7 @@ | |||
| 79 | (define-public hwloc | 79 | (define-public hwloc |
| 80 | (package | 80 | (package |
| 81 | (name "hwloc") | 81 | (name "hwloc") |
| 82 | (version "2.13.0") | 82 | (version "2.14.0") |
| 83 | (source | 83 | (source |
| 84 | (origin | 84 | (origin |
| 85 | (method git-fetch) | 85 | (method git-fetch) |
| @@ -88,9 +88,7 @@ | |||
| 88 | (commit (string-append "hwloc-" version)))) | 88 | (commit (string-append "hwloc-" version)))) |
| 89 | (file-name (git-file-name name version)) | 89 | (file-name (git-file-name name version)) |
| 90 | (sha256 | 90 | (sha256 |
| 91 | (base32 "1l9skkcizlv0qvw2lzmysndbm528xvszhiqq3569da157qpa5xav")) | 91 | (base32 "09j3d997qqpmwp10l1p4d34iq5s2hwxzbsmzdgnw2lcy8av7rf4m")))) |
| 92 | ;; XXX: Remove after updating package from 2.13.0. | ||
| 93 | (patches (search-patches "hwloc-add-with-opencl.patch")))) | ||
| 94 | (build-system gnu-build-system) | 92 | (build-system gnu-build-system) |
| 95 | (outputs '("out" ;'lstopo' & co., depends on Cairo, libx11, etc. | 93 | (outputs '("out" ;'lstopo' & co., depends on Cairo, libx11, etc. |
| 96 | "lib" ;small closure | 94 | "lib" ;small closure |
