Config option to disable setting S_ISGID bit when creating installation directory (#14479)

* Add config option to disable setting S_ISGID bit when creating installation directory. 

Co-authored-by: Ivan Razumov <ivan.razumov@cern.ch>
This commit is contained in:
iarspider
2020-05-08 02:21:53 +02:00
committed by GitHub
parent 08f449ae9a
commit e2d42672b7
3 changed files with 6 additions and 1 deletions

View File

@@ -157,3 +157,7 @@ config:
# Has no effect on macOS. DO NOT MIX these within the same install tree.
# See the Spack documentation for details.
shared_linking: 'rpath'
# Set to 'false' to allow installation on filesystems that doesn't allow setgid bit
# manipulation by unprivileged user (e.g. AFS)
config:allow_sgid: true