diff options
author | Zach van Rijn <me@zv.io> | 2023-11-03 15:19:30 +0000 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2023-11-03 15:40:33 +0000 |
commit | e2e72fc2d41235272385e7e4760ca6dbd2173206 (patch) | |
tree | 804ad1779b891be1a70755edd82fa13458426636 /user/spack/spack.post-install | |
parent | 923b43dc23b518654b328d38a74af7394144979c (diff) | |
download | packages-e2e72fc2d41235272385e7e4760ca6dbd2173206.tar.gz packages-e2e72fc2d41235272385e7e4760ca6dbd2173206.tar.bz2 packages-e2e72fc2d41235272385e7e4760ca6dbd2173206.tar.xz packages-e2e72fc2d41235272385e7e4760ca6dbd2173206.zip |
user/spack: relocate default configuration. fixes #1108.
Switching to a file-based (as opposed to patch-based)
configuration will be easier for us to maintain. Note
that '/opt/spack/etc/spack/config.yaml' will override
values in '/etc/spack/config.yaml'.
Also:
* change upstream spack.git provider; fixes spack#8,
which gives users immediate access to our patches
if they wish to set up a separate Spack tree
Diffstat (limited to 'user/spack/spack.post-install')
-rw-r--r-- | user/spack/spack.post-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/spack/spack.post-install b/user/spack/spack.post-install index 03e76cde4..e627b96da 100644 --- a/user/spack/spack.post-install +++ b/user/spack/spack.post-install @@ -19,7 +19,7 @@ cat <<EOF * * https://spack.readthedocs.io/ * - +* * Report Adélie-specific Spack issues: * * https://git.adelielinux.org/adelie/spack/-/issues |