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:
Ludovic Courtès 2019-11-15 22:56:43 +01:00
parent 257e63044f
commit 96a469f1cd
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

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