summarylogtreecommitdiffstats
path: root/spack.csh
diff options
context:
space:
mode:
authorNicolas Derumigny2021-03-03 13:26:16 +0100
committerNicolas Derumigny2021-03-03 15:04:58 +0100
commit7b8b3a07aa22ec15b061f78b35719fc61e2e6a57 (patch)
treeae303975d5d86a260491e528f3d615c4b7f9a60d /spack.csh
parent415e8c13400648b429b2eeda960d23a27d991fde (diff)
downloadaur-7b8b3a07aa22ec15b061f78b35719fc61e2e6a57.tar.gz
pkexec: passing (nearly) all env variables to spack
This resolves `spack unload` which was not working properly due to `$SPACK_LOADED_HASHES` incorrectly set.
Diffstat (limited to 'spack.csh')
-rw-r--r--spack.csh3
1 files changed, 0 insertions, 3 deletions
diff --git a/spack.csh b/spack.csh
index fc09687b115f..03bf2f6dff1a 100644
--- a/spack.csh
+++ b/spack.csh
@@ -1,5 +1,2 @@
setenv SPACK_ROOT /opt/spack
-#setenv PATH /opt/spack/bin:${PATH}
setenv MODULEPATH /var/lib/spack/modules/tcl/:${MODULEPATH}
-
-#alias spack "pkexec --user spack ${SPACK_ROOT}/bin/spack $@"