nvhpc: add 'compiler' tag to the override (#46301)

fixes #46295

A proper solution would be a tag directive that accumulates tags
with the ones defined in base classes.

For the time being, rewrite them explicitly.

Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
This commit is contained in:
Massimiliano Culpo 2024-09-11 09:47:55 +02:00 committed by GitHub
parent fc4a4ec70d
commit 4f00c7173d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -406,7 +406,7 @@ class Nvhpc(Package, CompilerPackage):
homepage = "https://developer.nvidia.com/hpc-sdk"
maintainers("samcmill")
tags = ["e4s"]
tags = ["e4s", "compiler"]
skip_version_audit = ["platform=darwin", "platform=windows"]