diff --git a/stackinator/recipe.py b/stackinator/recipe.py index 4b974a39..2c65aebc 100644 --- a/stackinator/recipe.py +++ b/stackinator/recipe.py @@ -362,6 +362,9 @@ def generate_environment_specs(self, raw): else: raise Exception(f"{spec} is not a valid MPI spec") + # add the mpi spec to the list of explicit specs + specs.append(spec) + # if the recipe provided explicit specs for dependencies, inject them: if config["network"]["specs"]: specs += config["network"]["specs"]