Skip to content

Commit

Permalink
Update git repository names (#13)
Browse files Browse the repository at this point in the history
* Change references from spack_packages to spack-packages.
* Change references from spack_config to spack-config.
  • Loading branch information
harshula authored Nov 27, 2023
1 parent fc992ad commit 5e98342
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions spack-start.bash
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# This is not an executable! Do not enable execute permissions.
# You need to be running a bash shell, then execute: . spack-start.bash
# This file is in $PREFIX/spack_config/
# This file is in $PREFIX/spack-config/

# Required layout:
# $PREFIX/spack
# $PREFIX/spack_config
# $PREFIX/spack_packages
# $PREFIX/release (defined in $PREFIX/spack_config/*/*/config.yaml)
# $PREFIX/spack-config
# $PREFIX/spack-packages
# $PREFIX/release (defined in $PREFIX/spack-config/*/*/config.yaml)

set -x
PREFIX="$(dirname $BASH_SOURCE)/.."
Expand Down
2 changes: 1 addition & 1 deletion v0.20/common/repos.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Completely ignoring higher-level configuration options is supported with the :: notation for keys ...
repos::
- $spack/../spack_packages
- $spack/../spack-packages
- $spack/var/spack/repos/builtin

0 comments on commit 5e98342

Please sign in to comment.