py-hovorod: fix typo on variant name in conflicts directive (#20906)

This commit is contained in:
Henrique Mendonça 2021-01-14 19:27:41 +01:00 committed by Tamara Dahlgren
parent 488a08b464
commit 58d167bce9

View File

@ -99,7 +99,7 @@ class PyHorovod(PythonPackage, CudaPackage):
msg='Must specify CUDA compute capabilities of your GPU, see '
'https://developer.nvidia.com/cuda-gpus')
conflicts('tensor_ops=nccl', when='~cuda~rocm', msg='NCCL requires either CUDA or ROCm support')
conflicts('framework=ray', when='@:0.19', msg='Ray integration was added in 0.20.X')
conflicts('frameworks=ray', when='@:0.19', msg='Ray integration was added in 0.20.X')
conflicts('controllers=gloo', when='@:0.20.0 platform=darwin', msg='Gloo cannot be compiled on MacOS')
# https://github.com/horovod/horovod/pull/1835