summarylogtreecommitdiffstats
path: root/spack.csh
AgeCommit message (Collapse)Author
2021-03-03pkexec: passing (nearly) all env variables to spackNicolas Derumigny
This resolves `spack unload` which was not working properly due to `$SPACK_LOADED_HASHES` incorrectly set.
2021-03-03spack.bin.sh: adding script /usr/bin/ to pkexec spack on defaultNicolas Derumigny
2020-11-21Fix relase 1 (config.yaml file)Guillaume Dollé
Changelog: - Replace custom pkexec bin script with alias - Fix polkit script bin path - Update profile scripts with spack alias - all bin script are not moved anymore - Fix config.yaml install new behaviour (ignore last commit msg) Remark: - First install will require to reconnect to the session, or source the profile.d/spack.<shellext>
2019-10-13Add polkit usageGuillaume Dollé
Spack should be run as user (spack:spack). Changelog: - Add polkit config - Add spack user/group - Add script to run spack via pkexec (move origin bin directory to libexec) - Fix directory permission