Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion stackinator/templates/Makefile.generate-config
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ COMPILER_PREFIXES ={% for compiler in release_compilers %} $$($(SPACK_HELPER) -e
all: $(CONFIG_DIR)/upstreams.yaml $(CONFIG_DIR)/packages.yaml $(CONFIG_DIR)/repos.yaml{% if modules %} $(MODULE_DIR)/upstreams.yaml $(MODULE_DIR)/compilers.yaml{% endif %}

# Generate the upstream configuration that will be provided by the mounted image
$(CONFIG_DIR)/upstreams.yaml:
# (requires packages.yaml to ensure that the path $(CONFIG_DIR) has been created).
$(CONFIG_DIR)/upstreams.yaml: $(CONFIG_DIR)/packages.yaml
$(SPACK) config --scope=user add upstreams:system:install_tree:$(STORE)

# Copy the cluster-specific packages.yaml file to the configuration.
Expand Down
Loading