g2tmpl: remove 'generated' tags (which are correct) (#45443)

This commit is contained in:
Alex Richert 2024-08-02 02:12:29 -07:00 committed by GitHub
parent 091786411b
commit 3e6d9cdc06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,8 +24,8 @@ class G2tmpl(CMakePackage):
version("1.10.1", sha256="0be425e5128fabb89915a92261aa75c27a46a3e115e00c686fc311321e5d1e2a")
version("1.10.0", sha256="dcc0e40b8952f91d518c59df7af64e099131c17d85d910075bfa474c8822649d")
depends_on("c", type="build") # generated
depends_on("fortran", type="build") # generated
depends_on("c", type="build")
depends_on("fortran", type="build")
variant("shared", default=False, description="Build shared library")