Commit 70f1ebb 1 parent a2bcd04 commit 70f1ebb Copy full SHA for 70f1ebb
File tree 1 file changed +0
-5
lines changed
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,6 @@ all:{% for compiler in compilers %} {{ compiler }}/generated/build_cache{% endfo
28
28
29
29
{% endfor %}
30
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
31
# Configure the install location.
36
32
{% for compiler in compilers %}{{ compiler }}/config.yaml {% endfor %}: | store
37
33
$(SPACK) config --scope=user add config:install_tree:root:$(STORE)
@@ -42,7 +38,6 @@ all:{% for compiler in compilers %} {{ compiler }}/generated/build_cache{% endfo
42
38
{{ compiler }}/packages.yaml:
43
39
$(SPACK) external find --scope=user {% for package in config.packages.external %} {{package}}{% endfor %}
44
40
45
-
46
41
{% endif %}
47
42
{% endfor %}
48
43
# Configure dependencies between compilers
You can’t perform that action at this time.
0 commit comments