diff options
| author | Romain GARBAGE <romain.garbage@inria.fr> | 2026-01-29 17:08:54 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-16 10:16:39 +0100 |
| commit | 6390a0c6ad8f43d1cf5539c152f46f7adebe96c1 (patch) | |
| tree | 8c30da0e480d6ba0b630a3bc83c47a248b5dd6d7 /gnu/packages/linux.scm | |
| parent | ae909b71836a29d9b3e8299c54e469beff25c223 (diff) | |
gnu: libfabric: Activate ROCm support.
* gnu/packages/linux.scm (libfabric): Activate ROCm support.
Merges guix/guix!6032
Change-Id: I71761df0d4989dbe8ccf410f273486508b3575b5
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Diffstat (limited to 'gnu/packages/linux.scm')
| -rw-r--r-- | gnu/packages/linux.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 71bb9711b96..91984cc965c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -185,6 +185,7 @@ | |||
| 185 | #:use-module (gnu packages qt) | 185 | #:use-module (gnu packages qt) |
| 186 | #:use-module (gnu packages readline) | 186 | #:use-module (gnu packages readline) |
| 187 | #:use-module (gnu packages regex) | 187 | #:use-module (gnu packages regex) |
| 188 | #:use-module (gnu packages rocm) | ||
| 188 | #:use-module (gnu packages rpc) | 189 | #:use-module (gnu packages rpc) |
| 189 | #:use-module (gnu packages rrdtool) | 190 | #:use-module (gnu packages rrdtool) |
| 190 | #:use-module (gnu packages rsync) | 191 | #:use-module (gnu packages rsync) |
| @@ -10511,6 +10512,7 @@ known as Slingshot.") | |||
| 10511 | (cons package extra) | 10512 | (cons package extra) |
| 10512 | '())))) | 10513 | '())))) |
| 10513 | (append (list rdma-core libnl) | 10514 | (append (list rdma-core libnl) |
| 10515 | (if-supported rocr-runtime) | ||
| 10514 | (if-supported psm) | 10516 | (if-supported psm) |
| 10515 | (if-supported psm2) | 10517 | (if-supported psm2) |
| 10516 | (if-supported libcxi curl json-c)))) | 10518 | (if-supported libcxi curl json-c)))) |
| @@ -10522,6 +10524,10 @@ known as Slingshot.") | |||
| 10522 | (list #$@(if (this-package-input "libcxi") | 10524 | (list #$@(if (this-package-input "libcxi") |
| 10523 | #~("--enable-cxi") | 10525 | #~("--enable-cxi") |
| 10524 | #~()) | 10526 | #~()) |
| 10527 | #$@(if (this-package-input "rocr-runtime") | ||
| 10528 | #~((string-append "--with-rocr=" | ||
| 10529 | #$(this-package-input "rocr-runtime"))) | ||
| 10530 | #~()) | ||
| 10525 | "--enable-verbs")) | 10531 | "--enable-verbs")) |
| 10526 | #:phases | 10532 | #:phases |
| 10527 | #~(modify-phases %standard-phases | 10533 | #~(modify-phases %standard-phases |
