diff options
Diffstat (limited to 'user/spack/spack.post-install')
-rw-r--r-- | user/spack/spack.post-install | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/user/spack/spack.post-install b/user/spack/spack.post-install new file mode 100644 index 000000000..03e76cde4 --- /dev/null +++ b/user/spack/spack.post-install @@ -0,0 +1,28 @@ +#!/bin/sh -e + +cat <<EOF +* +* Welcome to Spack on the Adélie Linux platform, the first +* musl-based distribution for supercomputers. +* +* Please keep in mind that binary mirrors are not currently +* available for this platform, so all packages will need to +* be built from source, including the initial bootstrap. +* +* +* The Spack environment is obtained by sourcing: +* +* $ . /opt/spack/share/spack/setup-env.sh +* +* +* Documentation: +* +* https://spack.readthedocs.io/ +* + +* Report Adélie-specific Spack issues: +* +* https://git.adelielinux.org/adelie/spack/-/issues +* https://git.adelielinux.org/adelie/packages/-/issues +* +EOF |