[py-torch-nvidia-apex] added version 201019 and added dependency on p… (#19548)
* [py-torch-nvidia-apex] added version 201019 and added dependency on py-pybind11 * [py-torch-nvidia-apex] changed versioning format * [py-torch-nvidia-apex] removed redundent version condition * [py-torch-nvidia-apex] removed condition on dependency
This commit is contained in:
		| @@ -14,11 +14,13 @@ class PyTorchNvidiaApex(PythonPackage, CudaPackage): | |||||||
|     phases = ['install'] |     phases = ['install'] | ||||||
| 
 | 
 | ||||||
|     version('master', branch='master') |     version('master', branch='master') | ||||||
|  |     version('2020-10-19', commit='8a1ed9e8d35dfad26fb973996319965e4224dcdd') | ||||||
| 
 | 
 | ||||||
|     depends_on('python@3:', type=('build', 'run')) |     depends_on('python@3:', type=('build', 'run')) | ||||||
|     depends_on('py-setuptools', type='build') |     depends_on('py-setuptools', type='build') | ||||||
|     depends_on('py-torch@0.4:', type=('build', 'run')) |     depends_on('py-torch@0.4:', type=('build', 'run')) | ||||||
|     depends_on('cuda@9:', when='+cuda') |     depends_on('cuda@9:', when='+cuda') | ||||||
|  |     depends_on('py-pybind11', type=('build', 'link', 'run')) | ||||||
| 
 | 
 | ||||||
|     variant('cuda', default=True, description='Build with CUDA') |     variant('cuda', default=True, description='Build with CUDA') | ||||||
| 
 | 
 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jen Herting
					Jen Herting