diff options
author | Zach van Rijn <me@zv.io> | 2023-11-03 00:54:06 +0000 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2023-11-03 01:20:18 +0000 |
commit | c4f6c3f16c6cf92574fc12e8d179b2b69b25f3c5 (patch) | |
tree | a432edac4ce319cb53a90ea4d4e9a25c583f7fc6 /user/spack/spack.post-install | |
parent | 843d1bfd0f5f0fbb008728fe68e62c017d89d84a (diff) | |
download | packages-c4f6c3f16c6cf92574fc12e8d179b2b69b25f3c5.tar.gz packages-c4f6c3f16c6cf92574fc12e8d179b2b69b25f3c5.tar.bz2 packages-c4f6c3f16c6cf92574fc12e8d179b2b69b25f3c5.tar.xz packages-c4f6c3f16c6cf92574fc12e8d179b2b69b25f3c5.zip |
user/spack: relocate to '/opt/spack'.
Additional changes:
* add 'linux-headers' to makedepends; required by openssl
during clingo bootstrap
* add .post-install file to inform admins about usage
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 |