Added arch_path to list of modules path
This commit is contained in:
parent
e39586c81d
commit
9a91da9ccd
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue