Skip to content
Snippets Groups Projects
Commit d071c6d3 authored by Satish Balay's avatar Satish Balay Committed by Axel Huebl
Browse files

petsc: configure works with python3 in current petsc@develop - and will work...

petsc: configure works with python3  in current petsc@develop - and will work in future releases [3.11+] (#10380)
parent f299507f
Branches
Tags
No related merge requests found
......@@ -106,7 +106,8 @@ class Petsc(Package):
depends_on('mpi', when='+mpi')
# Build dependencies
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:')
# Other dependencies
depends_on('metis@5:~int64+real64', when='@:3.7.99+metis~int64+double')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment