From 859d296105cbb51b6ae47baa64e4aaf7e8d0af6c Mon Sep 17 00:00:00 2001 From: Matthew LeGendre Date: Fri, 21 Oct 2016 16:25:12 -0700 Subject: 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 --- lib/spack/env/cc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lib') diff --git a/lib/spack/env/cc b/lib/spack/env/cc index 60e24979c8..84a17abf20 100755 --- a/lib/spack/env/cc +++ b/lib/spack/env/cc @@ -317,13 +317,6 @@ case "$mode" in args=("${args[@]}" ${SPACK_LDLIBS[@]}) ;; 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[@]}") # In test command mode, write out full command for Spack tests. -- cgit v1.2.3-70-g09d2