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

View file

@ -228,4 +228,4 @@ (define-public ucx
;; <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"))))