blob: e627b96da7bf595d827fd2249ad1d119ef750be7 (
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
|