Skip to content

Commit

Permalink
match bootstrapped compiler to architecture (#14059)
Browse files Browse the repository at this point in the history
  • Loading branch information
becker33 authored and tgamblin committed Dec 15, 2019
1 parent 60580f5 commit 9f1d728
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/spack/spack/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -1509,6 +1509,7 @@ def bootstrap_compiler(self, **kwargs):
)
if not compilers:
dep = spack.compilers.pkg_spec_for_compiler(self.spec.compiler)
dep.architecture = self.spec.architecture
# concrete CompilerSpec has less info than concrete Spec
# concretize as Spec to add that information
dep.concretize()
Expand Down

0 comments on commit 9f1d728

Please sign in to comment.