1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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>
This commit is contained in:
Romain GARBAGE
2026-01-29 17:08:54 +01:00
committed by Andreas Enge
parent ae909b7183
commit 6390a0c6ad

View File

@@ -185,6 +185,7 @@
#:use-module (gnu packages qt)
#:use-module (gnu packages readline)
#:use-module (gnu packages regex)
#:use-module (gnu packages rocm)
#:use-module (gnu packages rpc)
#:use-module (gnu packages rrdtool)
#:use-module (gnu packages rsync)
@@ -10511,6 +10512,7 @@ known as Slingshot.")
(cons package extra)
'()))))
(append (list rdma-core libnl)
(if-supported rocr-runtime)
(if-supported psm)
(if-supported psm2)
(if-supported libcxi curl json-c))))
@@ -10522,6 +10524,10 @@ known as Slingshot.")
(list #$@(if (this-package-input "libcxi")
#~("--enable-cxi")
#~())
#$@(if (this-package-input "rocr-runtime")
#~((string-append "--with-rocr="
#$(this-package-input "rocr-runtime")))
#~())
"--enable-verbs"))
#:phases
#~(modify-phases %standard-phases