blob: e627b96da7bf595d827fd2249ad1d119ef750be7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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
|