stacks: use new format string syntax in environments code

- Change old spec expressions to use Spack's new spec formatting sytnax.
This commit is contained in:
Gregory Becker
2019-04-18 09:54:17 -07:00
committed by Todd Gamblin
parent 2f6af64157
commit 9577ade3ce
4 changed files with 12 additions and 11 deletions

View File

@@ -667,7 +667,7 @@ excludes those built with the PGI compiler at version 18.5.
select: [^mpi]
exclude: ['%pgi@18.5']
projections:
all: ${package}/${version}-${compilername}
all: {name}/{version}-{compiler.name}
For more information on using view projections, see the section on
:ref:`adding_projections_to_views`. The default for the ``select`` and