We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97716ec commit eff1127Copy full SHA for eff1127
stackinator/templates/Makefile.compilers
@@ -28,10 +28,6 @@ all:{% for compiler in compilers %} {{ compiler }}/generated/build_cache{% endfo
28
29
{% endfor %}
30
31
-# Configure the install location.
32
-{% for compiler in compilers %}{{ compiler }}/config.yaml {% endfor %}: | store
33
- $(SPACK) config --scope=user add config:install_tree:root:$(STORE)
34
-
35
# Configure the install location.
36
{% for compiler in compilers %}{{ compiler }}/config.yaml {% endfor %}: | store
37
$(SPACK) config --scope=user add config:install_tree:root:$(STORE)
0 commit comments