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>
This commit is contained in:
parent
0477f829a2
commit
3f54e73025
1 changed files with 4 additions and 1 deletions
|
@ -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/"
|
||||
|
|
Loading…
Reference in a new issue