gnu: openmpi: Fix typo.
* gnu/packages/mpi.scm (openmpi)[inputs]: For UCX, check the supported systems of UCX, not PSM2.
This commit is contained in:
parent
257e63044f
commit
96a469f1cd
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ (define-public openmpi
|
|||
`(("psm2" ,psm2))
|
||||
'())
|
||||
,@(if (and (not (%current-target-system))
|
||||
(member (%current-system) (package-supported-systems psm2)))
|
||||
(member (%current-system) (package-supported-systems ucx)))
|
||||
`(("ucx" ,ucx))
|
||||
'())
|
||||
("rdma-core" ,rdma-core)
|
||||
|
|
Loading…
Reference in a new issue