civodul pushed a commit to branch master
in repository guix.

commit b126eae021bc4af5f0c728fcf7ed136f0b82c08d
Author: Ludovic Courtès <[email protected]>
AuthorDate: Thu Feb 23 12:59:53 2023 +0100

    gnu: ucx: Mark POWER9 as supported.
    
    * gnu/packages/fabric-management.scm (ucx)[supported-systems]: Add
    "powerpc64le-linux".
---
 gnu/packages/fabric-management.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/fabric-management.scm 
b/gnu/packages/fabric-management.scm
index 13851639ae..cbe6dee220 100644
--- a/gnu/packages/fabric-management.scm
+++ b/gnu/packages/fabric-management.scm
@@ -228,4 +228,4 @@ memory mechanisms for efficient intra-node communication.")
 
     ;; <ucm/bistro/bistro.h> lists only PowerPC64, AArch64, and x86_64 as
     ;; supported.
-    (supported-systems '("x86_64-linux" "aarch64-linux"))))
+    (supported-systems '("x86_64-linux" "aarch64-linux" "powerpc64le-linux"))))

Reply via email to