Correct Python version constraint syntax

This commit is contained in:
Erik Schnetter 2016-01-11 17:39:39 -05:00
parent 2ac2985cf2
commit 36d74d2a97

View File

@ -12,7 +12,7 @@ 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("python @2.6:2.9") # requires Python for building
depends_on("boost")
depends_on("blas")