Merge pull request #345 from eschnett/eschnett/petsc-python-2

Correct Python version constraint syntax
This commit is contained in:
Todd Gamblin 2016-01-12 14:26:28 -08:00
commit 8ead7783ab

View File

@ -12,6 +12,8 @@ class Petsc(Package):
version('3.5.2', 'ad170802b3b058b5deb9cd1f968e7e13')
version('3.5.1', 'a557e029711ebf425544e117ffa44d8f')
depends_on("python @2.6:2.9") # requires Python for building
depends_on("boost")
depends_on("blas")
depends_on("lapack")