spack/lib/spack
Greg Becker e5f8b093a9
Cray bugfix: TERM missing while reading default target (#15381)
Bug: Spack hangs on some Cray machines

Reason: The TERM environment variable is necessary to run bash -lc "echo $CRAY_CPU_TARGET", but we run that command within env -i, which wipes the environment.

Fix: Manually forward the TERM environment variable to env -i /bin/bash -lc "echo $CRAY_CPU_TARGET"
2020-03-19 15:11:50 -07:00
..
docs Use python extend_path as pyqt sip fix (#15297) 2020-03-18 13:19:27 -05:00
env Fix FCFLAGS handling for Autotools packages (#14788) 2020-03-03 13:13:38 -08:00
external Buildcache: Install into non-default directory layouts (#13797) 2020-03-16 08:42:23 -05:00
llnl Use shutil.copy2 in install_tree (#15058) 2020-02-19 23:09:26 -06:00
spack Cray bugfix: TERM missing while reading default target (#15381) 2020-03-19 15:11:50 -07:00