visit: python 3.9 and above acceptable (#37071)
This commit is contained in:
parent
0f6170875c
commit
99c3ecc139
@ -129,7 +129,7 @@ class Visit(CMakePackage):
|
|||||||
depends_on("qwt+opengl", when="+gui")
|
depends_on("qwt+opengl", when="+gui")
|
||||||
|
|
||||||
# python@3.8 doesn't work with VisIt.
|
# python@3.8 doesn't work with VisIt.
|
||||||
depends_on("python@3.2:3.7", when="+python")
|
depends_on("python@3.2:3.7,3.9:", when="+python")
|
||||||
extends("python", when="+python")
|
extends("python", when="+python")
|
||||||
|
|
||||||
# VisIt uses the hdf5 1.8 api
|
# VisIt uses the hdf5 1.8 api
|
||||||
|
Loading…
Reference in New Issue
Block a user