mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 19:27:44 +01:00
gnu: ucx: Mark POWER9 as supported.
* gnu/packages/fabric-management.scm (ucx)[supported-systems]: Add "powerpc64le-linux".
This commit is contained in:
parent
92984eb93f
commit
b126eae021
1 changed files with 1 additions and 1 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Reference in a new issue