diff options
author | Benedikt Hegner <hegner@cern.ch> | 2016-05-06 11:10:02 +0200 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2016-10-30 23:55:00 -0700 |
commit | c557e765653d6ed3e81c5fe05bcb3042c5551caf (patch) | |
tree | 2aa2d709f545f6ddd1bc080ae15381e7cc4af380 /etc | |
parent | 7ccf56a0b72fc6ce550d10e125a0dfa99d8b5f51 (diff) | |
download | spack-c557e765653d6ed3e81c5fe05bcb3042c5551caf.tar.gz spack-c557e765653d6ed3e81c5fe05bcb3042c5551caf.tar.bz2 spack-c557e765653d6ed3e81c5fe05bcb3042c5551caf.tar.xz spack-c557e765653d6ed3e81c5fe05bcb3042c5551caf.zip |
refactor settings for install area and make them config options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/spack/install.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/spack/install.yaml b/etc/spack/install.yaml new file mode 100644 index 0000000000..553d09f13e --- /dev/null +++ b/etc/spack/install.yaml @@ -0,0 +1,8 @@ +# ------------------------------------------------------------------------- +# This is the default spack install setup configuration. +# +# Changes to this file will affect all users of this spack install +# ------------------------------------------------------------------------- +install: + path: $spack/opt/spack + layout : YamlDirectoryLayout
\ No newline at end of file |