Skip to content
Snippets Groups Projects
Commit 859d2961 authored by Matthew LeGendre's avatar Matthew LeGendre Committed by Todd Gamblin
Browse files

Don't clear LD_LIBRARY_PATH and friends from compiler wrappers (#2074)

* Don't clear LD_LIBRARY_PATH and friends from compiler wrappers

* remove debugging print
parent 6464d668
No related branches found
No related tags found
No related merge requests found
...@@ -317,13 +317,6 @@ case "$mode" in ...@@ -317,13 +317,6 @@ case "$mode" in
args=("${args[@]}" ${SPACK_LDLIBS[@]}) ;; args=("${args[@]}" ${SPACK_LDLIBS[@]}) ;;
esac esac
#
# Unset pesky environment variables that could affect build sanity.
#
unset LD_LIBRARY_PATH
unset LD_RUN_PATH
unset DYLD_LIBRARY_PATH
full_command=("$command" "${args[@]}") full_command=("$command" "${args[@]}")
# In test command mode, write out full command for Spack tests. # In test command mode, write out full command for Spack tests.
......
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