guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/15: gnu: ucx: Mark POWER9 as supported.


From: guix-commits
Subject: 01/15: gnu: ucx: Mark POWER9 as supported.
Date: Thu, 23 Feb 2023 10:33:51 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit b126eae021bc4af5f0c728fcf7ed136f0b82c08d
Author: Ludovic Courtès <ludo@gnu.org>
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

[Prev in Thread] Current Thread [Next in Thread]