py-horovod: add 0.19.3 (#16768)

This commit is contained in:
Adam J. Stewart 2020-05-22 19:20:25 -05:00 committed by GitHub
parent 6ac8cf8126
commit f17352f6f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ class PyHorovod(PythonPackage):
maintainers = ['adamjstewart']
version('master', branch='master', submodules=True)
version('0.19.3', tag='v0.19.3', submodules=True)
version('0.19.2', tag='v0.19.2', submodules=True)
version('0.19.1', tag='v0.19.1', submodules=True)
version('0.19.0', tag='v0.19.0', submodules=True)
@ -65,7 +66,7 @@ class PyHorovod(PythonPackage):
depends_on('cmake', type='build', when='controllers=gloo')
# Tensor Operations dependencies
depends_on('nccl', when='tensor_ops=nccl')
depends_on('nccl@2:', when='tensor_ops=nccl')
depends_on('mpi', when='tensor_ops=mpi')
# There does not appear to be a way to use an external Gloo installation
depends_on('cmake', type='build', when='tensor_ops=gloo')