spack help --spec: add @= notation (#42584)

This commit is contained in:
Adam J. Stewart 2024-02-08 15:57:44 +01:00 committed by GitHub
parent 7090983c67
commit ecc9145d2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,6 +30,7 @@
@c{@min:max} version range (inclusive) @c{@min:max} version range (inclusive)
@c{@min:} version <min> or higher @c{@min:} version <min> or higher
@c{@:max} up to version <max> (inclusive) @c{@:max} up to version <max> (inclusive)
@c{@=version} exact version
compilers: compilers:
@g{%compiler} build with <compiler> @g{%compiler} build with <compiler>