nwchem: restricting current versions to python@3.9 at latest (#34506)

This commit is contained in:
snehring 2022-12-16 10:20:19 -06:00 committed by GitHub
parent 7216050dd3
commit 7bb2d3cca3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ class Nwchem(Package):
depends_on("mpi")
depends_on("scalapack")
depends_on("fftw-api")
depends_on("python@3:", type=("build", "link", "run"))
depends_on("python@3:3.9", type=("build", "link", "run"), when="@:7.0.2")
def install(self, spec, prefix):
scalapack = spec["scalapack"].libs