nag: nag provides fortran (#49895)

This commit is contained in:
Matt Thompson 2025-04-14 04:41:54 -04:00 committed by GitHub
parent ebb2bb206e
commit b66694d1ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,8 @@ class Nag(Package, CompilerPackage):
deprecated=True,
)
depends_on("fortran", type="build") # generated
depends_on("gcc languages=c", type="run", when="platform=linux")
provides("fortran")
# Licensing
license_required = True