easi: add c compiler dependence (#49877)

This commit is contained in:
Thomas-Ulrich 2025-04-04 18:41:04 +02:00 committed by GitHub
parent 5fda19194b
commit 5d913d0708
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,7 @@ class Easi(CMakePackage):
version("1.1.2", tag="v1.1.2", commit="4c87ef3b3dca9415d116ef102cb8de750ef7e1a0")
depends_on("cxx", type="build") # generated
depends_on("c", type="build", when="@1.5.0: jit=lua")
depends_on("fortran", type="build") # generated
variant("python", default=True, description="Install python bindings")