gnu: ucx: Mark POWER9 as supported.

* gnu/packages/fabric-management.scm (ucx)[supported-systems]: Add
"powerpc64le-linux".
This commit is contained in:
Ludovic Courtès 2023-02-23 12:59:53 +01:00
parent 92984eb93f
commit b126eae021
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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"))))