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:

committed by
Todd Gamblin

parent
2f6af64157
commit
9577ade3ce
@@ -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
|
||||
|
Reference in New Issue
Block a user