summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorNicolas Richart <nicolas.richart@epfl.ch>2016-06-22 14:51:57 +0200
committerNicolas Richart <nicolas.richart@epfl.ch>2016-06-22 14:51:57 +0200
commit97feca0888076f3cb673652f6fefe433b6aa4f3f (patch)
tree65009c55d07750c27ee1d29a31710f6ee4bf395d /bin
parent53dcc39b725cb3887bab2ba047b23db1435e73ea (diff)
parente41d67e031aca9acabcae74d49ee486fc4d9b1c0 (diff)
downloadspack-97feca0888076f3cb673652f6fefe433b6aa4f3f.tar.gz
spack-97feca0888076f3cb673652f6fefe433b6aa4f3f.tar.bz2
spack-97feca0888076f3cb673652f6fefe433b6aa4f3f.tar.xz
spack-97feca0888076f3cb673652f6fefe433b6aa4f3f.zip
Merge branch 'develop' into packages/foam-extend
Diffstat (limited to 'bin')
-rwxr-xr-xbin/spack3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/spack b/bin/spack
index 3544feb10a..9b1276a866 100755
--- a/bin/spack
+++ b/bin/spack
@@ -138,6 +138,9 @@ def main():
import spack.util.debug as debug
debug.register_interrupt_handler()
+ from spack.yaml_version_check import check_yaml_versions
+ check_yaml_versions()
+
spack.spack_working_dir = working_dir
if args.mock:
from spack.repository import RepoPath