sst-core: depends on c (#50561)
This commit is contained in:
@@ -81,6 +81,7 @@ class SstCore(AutotoolsPackage):
|
|||||||
variant("profile", default=False, description="Enable performance profiling of core features")
|
variant("profile", default=False, description="Enable performance profiling of core features")
|
||||||
|
|
||||||
depends_on("cxx", type="build") # generated
|
depends_on("cxx", type="build") # generated
|
||||||
|
depends_on("c", type="build")
|
||||||
|
|
||||||
depends_on("python@:3.11", type=("build", "run", "link"))
|
depends_on("python@:3.11", type=("build", "run", "link"))
|
||||||
depends_on("mpi", when="+pdes_mpi")
|
depends_on("mpi", when="+pdes_mpi")
|
||||||
|
Reference in New Issue
Block a user