Added arch_path to list of modules path

This commit is contained in:
Mario Melara 2015-10-30 15:59:28 -07:00
parent e39586c81d
commit 9a91da9ccd

View file

@ -37,6 +37,7 @@
lib_path = join_path(prefix, "lib", "spack")
build_env_path = join_path(lib_path, "env")
module_path = join_path(lib_path, "spack")
arch_path = join_path(module_path, 'architectures')
compilers_path = join_path(module_path, "compilers")
test_path = join_path(module_path, "test")
hooks_path = join_path(module_path, "hooks")