gnu: openmpi: Fix typo.
* gnu/packages/mpi.scm (openmpi)[inputs]: For UCX, check the supported systems of UCX, not PSM2.master
parent
257e63044f
commit
96a469f1cd
|
@ -192,7 +192,7 @@ bind processes, and much more.")
|
|||
`(("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)
|
||||
|
|
Reference in New Issue