spack/lib/spack
scheibelp f27f20e5b3
replace dash with underscore in os name/version (#7381)
Fixes #7356

In some cases OperatingSystem (e.g. LinuxDistro) was getting
instantiated with a version that contains dashes. This breaks because
the concretizer later converts this value to a string and re-parses
it, and the '-' character is used to separate architecture components.
This adds a guard in the initializer to convert '-' to '_'.
2018-03-09 10:03:58 -08:00
..
docs Fix class name in build system tutorials (#7346) 2018-02-27 20:15:35 -08:00
env Replace github.com/llnl/spack with github.com/spack/spack (#6142) 2017-11-04 17:08:04 -07:00
external Fix issues with spack [cmd] -h help output 2018-02-12 20:25:17 -08:00
llnl Make fix_darwin_install_name python3-compatible (#7329) 2018-02-23 10:24:59 -08:00
spack replace dash with underscore in os name/version (#7381) 2018-03-09 10:03:58 -08:00