summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorGeorge Hartzell <hartzell@alerce.com>2020-04-27 04:41:04 -0700
committerGitHub <noreply@github.com>2020-04-27 13:41:04 +0200
commit3f54e73025455c0f3c671e959846757a69002f25 (patch)
treee3e27c646cd9bddf69ef00a7c6b0654abc04cbc0 /var
parent0477f829a2371c1dec18c10d6af6c0550fa16158 (diff)
downloadspack-3f54e73025455c0f3c671e959846757a69002f25.tar.gz
spack-3f54e73025455c0f3c671e959846757a69002f25.tar.bz2
spack-3f54e73025455c0f3c671e959846757a69002f25.tar.xz
spack-3f54e73025455c0f3c671e959846757a69002f25.zip
singularity: better info re post-install step (#16311)
The singularity info should actually suggest where you might find the info about the post-install steps. Co-authored-by: george.hartzell <george.hartzell@sana.com>
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/singularity/package.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/singularity/package.py b/var/spack/repos/builtin/packages/singularity/package.py
index 8931e270da..e7e69fa732 100644
--- a/var/spack/repos/builtin/packages/singularity/package.py
+++ b/var/spack/repos/builtin/packages/singularity/package.py
@@ -17,7 +17,10 @@ class Singularity(MakefilePackage):
which has a different install base (Autotools).
Needs post-install chmod/chown steps to enable full functionality.
- See package definition or `spack-build-out.txt` build log for details.
+ See package definition or `spack-build-out.txt` build log for details,
+ e.g.
+
+ tail -15 $(spack location -i singularity)/.spack/spack-build-out.txt
'''
homepage = "https://www.sylabs.io/singularity/"