Skip to content

Commit 70f1ebb

Browse files
committed
remove duplicated make rule
1 parent a2bcd04 commit 70f1ebb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

stackinator/templates/Makefile.compilers

-5
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ all:{% for compiler in compilers %} {{ compiler }}/generated/build_cache{% endfo
2828

2929
{% endfor %}
3030

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-
3531
# Configure the install location.
3632
{% for compiler in compilers %}{{ compiler }}/config.yaml {% endfor %}: | store
3733
$(SPACK) config --scope=user add config:install_tree:root:$(STORE)
@@ -42,7 +38,6 @@ all:{% for compiler in compilers %} {{ compiler }}/generated/build_cache{% endfo
4238
{{ compiler }}/packages.yaml:
4339
$(SPACK) external find --scope=user {% for package in config.packages.external %} {{package}}{% endfor %}
4440

45-
4641
{% endif %}
4742
{% endfor %}
4843
# Configure dependencies between compilers

0 commit comments

Comments
 (0)