prod-util: remove 'generated' tags (which are correct) (#45452)

This commit is contained in:
Alex Richert
2024-08-02 02:13:03 -07:00
committed by GitHub
parent 3e6d9cdc06
commit dddc056a29

View File

@@ -27,8 +27,8 @@ class ProdUtil(CMakePackage):
deprecated=True,
)
depends_on("c", type="build") # generated
depends_on("fortran", type="build") # generated
depends_on("c", type="build")
depends_on("fortran", type="build")
depends_on("w3nco", when="@1")
depends_on("w3emc", when="@2:")