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 GitHub
parent 040f69f931
commit 7dde96b795
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,7 +93,7 @@ class PyHorovod(PythonPackage, CudaPackage):
msg='Must specify CUDA compute capabilities of your GPU, see ' msg='Must specify CUDA compute capabilities of your GPU, see '
'https://developer.nvidia.com/cuda-gpus') 'https://developer.nvidia.com/cuda-gpus')
conflicts('tensor_ops=nccl', when='~cuda~rocm', msg='NCCL requires either CUDA or ROCm support') 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') conflicts('controllers=gloo', when='@:0.20.0 platform=darwin', msg='Gloo cannot be compiled on MacOS')
# https://github.com/horovod/horovod/pull/1835 # https://github.com/horovod/horovod/pull/1835