ip2: remove 'generated' tags (which are correct) (#45447)

This commit is contained in:
Alex Richert 2024-08-02 02:10:53 -07:00 committed by GitHub
parent 2626bff96d
commit 4af09dd506
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,8 +25,8 @@ class Ip2(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("sp")
requires("^sp precision=4,8,d", when="^sp@2.4:")