spack/lib/spack
Adam J. Stewart 065cbe89fe Fix "specific target" detection in Python 3 (#12906)
The output of subprocess.check_output is a byte string in Python 3. This causes dictionary lookup to fail later on.

A try-except around this function prevented this error from being noticed. Removed this so that more errors can propagate out.
2019-09-24 09:47:54 -07:00
..
docs bugfix: use string keys to set preferred targets (#12921) 2019-09-24 10:18:48 +02:00
env targets: Spack targets can now be fine-grained microarchitectures 2019-09-20 00:51:37 -07:00
external externals: add note to jsonschema about modifications (#12895) 2019-09-22 09:43:57 -05:00
llnl Fix "specific target" detection in Python 3 (#12906) 2019-09-24 09:47:54 -07:00
spack Change get_patchelf to immediately return patchelf path if found (#12925) 2019-09-24 08:38:19 -05:00