diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2015-11-28 19:11:51 -0800 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2015-11-28 19:11:51 -0800 |
commit | cc349e9a32edcada79ada4b6c3cc71034cff7974 (patch) | |
tree | 8dad76f7dc5ffd38f16fbe9e914ac87a68a92cee /etc | |
parent | dfcf567de0cc944f7cdd0bcdee3b841bd0fbb900 (diff) | |
download | spack-cc349e9a32edcada79ada4b6c3cc71034cff7974.tar.gz spack-cc349e9a32edcada79ada4b6c3cc71034cff7974.tar.bz2 spack-cc349e9a32edcada79ada4b6c3cc71034cff7974.tar.xz spack-cc349e9a32edcada79ada4b6c3cc71034cff7974.zip |
Add default repos.yaml
Diffstat (limited to 'etc')
-rw-r--r-- | etc/spack/repos.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/spack/repos.yaml b/etc/spack/repos.yaml new file mode 100644 index 0000000000..2d4ff54ce6 --- /dev/null +++ b/etc/spack/repos.yaml @@ -0,0 +1,8 @@ +# ------------------------------------------------------------------------- +# This is the default spack repository configuration. +# +# Changes to this file will affect all users of this spack install, +# although users can override these settings in their ~/.spack/repos.yaml. +# ------------------------------------------------------------------------- +repos: + - $spack/var/spack/repos/builtin |