Skip to content
Snippets Groups Projects
Commit 8ac9c637 authored by Zach van Rijn's avatar Zach van Rijn
Browse files

user/spack: revert temporary PATH change. fixes #1292.

parent 084147c0
No related branches found
No related tags found
No related merge requests found
......@@ -39,12 +39,6 @@ prepare()
}
check() {
##
# This is to prevent warnings about "Multiple definitions of compiler"
# in the event that 'ccache' is present and symlinked at /usr/local.
#
export PATH=/usr/sbin:/usr/bin:/sbin:/bin;
##
# On first run, Spack >=0.17.0 will bootstrap "clingo",
# Spack's new "concretizer". The output from this process
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment