slepc: update python dependencies to be in sync with petsc (#12250)
This commit is contained in:
		 Satish Balay
					Satish Balay
				
			
				
					committed by
					
						 Adam J. Stewart
						Adam J. Stewart
					
				
			
			
				
	
			
			
			 Adam J. Stewart
						Adam J. Stewart
					
				
			
						parent
						
							b4f8294408
						
					
				
				
					commit
					8010965a3d
				
			| @@ -37,7 +37,9 @@ class Slepc(Package): | |||||||
|     variant('blopex', default=False, description='Enables BLOPEX wrappers') |     variant('blopex', default=False, description='Enables BLOPEX wrappers') | ||||||
|  |  | ||||||
|     # NOTE: make sure PETSc and SLEPc use the same python. |     # NOTE: make sure PETSc and SLEPc use the same python. | ||||||
|     depends_on('python@2.6:2.8', type='build') |     depends_on('python@2.6:2.8', type='build', when='@:3.10.99') | ||||||
|  |     depends_on('python@2.6:2.8,3.4:', type='build', when='@3.11:') | ||||||
|  |  | ||||||
|     # Cannot mix release and development versions of SLEPc and PETSc: |     # Cannot mix release and development versions of SLEPc and PETSc: | ||||||
|     depends_on('petsc@develop', when='@develop') |     depends_on('petsc@develop', when='@develop') | ||||||
|     depends_on('petsc@3.11:3.11.99', when='@3.11:3.11.99') |     depends_on('petsc@3.11:3.11.99', when='@3.11:3.11.99') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user