diff options
author | Erik Schnetter <schnetter@gmail.com> | 2016-02-12 12:55:26 -0500 |
---|---|---|
committer | Erik Schnetter <schnetter@gmail.com> | 2016-02-12 12:55:26 -0500 |
commit | 64436e77524f317811e27cf4a269b659de441892 (patch) | |
tree | 3268a403b687736413e172e7957480ba41a62c16 /etc | |
parent | 9017ec5865615f3e1505501f1eb9b30000e217e9 (diff) | |
parent | bcf705b85e82509a5045a52a3420893c5546ee7f (diff) | |
download | spack-64436e77524f317811e27cf4a269b659de441892.tar.gz spack-64436e77524f317811e27cf4a269b659de441892.tar.bz2 spack-64436e77524f317811e27cf4a269b659de441892.tar.xz spack-64436e77524f317811e27cf4a269b659de441892.zip |
Merge branch 'develop' into correct-cc
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 |