sst-core: depends on c (#50561)

This commit is contained in:
Patrick Lavin 2025-05-20 18:30:05 -04:00 committed by GitHub
parent 2927e708bc
commit 6c4c9985d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,6 +81,7 @@ class SstCore(AutotoolsPackage):
variant("profile", default=False, description="Enable performance profiling of core features")
depends_on("cxx", type="build") # generated
depends_on("c", type="build")
depends_on("python@:3.11", type=("build", "run", "link"))
depends_on("mpi", when="+pdes_mpi")