Added new module path to operating system file
This commit is contained in:
parent
28218755a5
commit
18ddbae60e
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
|||
module_path = join_path(lib_path, "spack")
|
||||
platform_path = join_path(module_path, 'platforms')
|
||||
compilers_path = join_path(module_path, "compilers")
|
||||
operating_system_path = join_path(module_path, 'operating_system')
|
||||
test_path = join_path(module_path, "test")
|
||||
hooks_path = join_path(module_path, "hooks")
|
||||
var_path = join_path(prefix, "var", "spack")
|
||||
|
|
Loading…
Reference in a new issue