sst-core: depends on c (#50561)
This commit is contained in:
parent
2927e708bc
commit
6c4c9985d5
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user