diff options
author | Nicolas Richart <nicolas.richart@epfl.ch> | 2016-06-22 14:51:57 +0200 |
---|---|---|
committer | Nicolas Richart <nicolas.richart@epfl.ch> | 2016-06-22 14:51:57 +0200 |
commit | 97feca0888076f3cb673652f6fefe433b6aa4f3f (patch) | |
tree | 65009c55d07750c27ee1d29a31710f6ee4bf395d /bin | |
parent | 53dcc39b725cb3887bab2ba047b23db1435e73ea (diff) | |
parent | e41d67e031aca9acabcae74d49ee486fc4d9b1c0 (diff) | |
download | spack-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-x | bin/spack | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |