diff options
author | scheibelp <scheibel1@llnl.gov> | 2017-11-10 16:33:50 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-10 16:33:50 -0800 |
commit | 8c458a856f8c15e69d3ddc96728e0751042e29b6 (patch) | |
tree | 1c774cab1d4831df632dfd0af7884fdab696565e /var | |
parent | 917d0219978ddce654e509d96a32aef428325ea5 (diff) | |
download | spack-8c458a856f8c15e69d3ddc96728e0751042e29b6.tar.gz spack-8c458a856f8c15e69d3ddc96728e0751042e29b6.tar.bz2 spack-8c458a856f8c15e69d3ddc96728e0751042e29b6.tar.xz spack-8c458a856f8c15e69d3ddc96728e0751042e29b6.zip |
Group flags and values separated by space (#6169)
Fixes #6154
For compiler options which set values using the syntax "-flag value"
(with a space between the flag and the flag's value) the flag and
value were treated as separate and reordered. This updates Spack's
logic to treat the flag and value as a single unit, even if there is
a space between them. It assumes that all flags are prefixed with
"-" and that all flag values are not.
Diffstat (limited to 'var')
0 files changed, 0 insertions, 0 deletions