summaryrefslogblamecommitdiff
path: root/user/spack/spack.post-install
blob: 03e76cde440d5b66bbb6367aaeeb44965df1545d (plain) (tree)



























                                                           
#!/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