Commit aa0f4b9
authored
cray-mpich: fix, it was not using spack compiler wrappers (#57)
In the migration to spack 1.0 with #30 we inadvertently switch from
using spack compiler wrappers (with all their support for correctly
setting build flags) to using the "plain" regular compiler.
This ended up with build problems (see
spack/spack-packages#1193) because not using the
spack compiler wrapper means not using `SPACK_STORE_*` variables that
contains information about include/libs of all dependencies. This was
more damaging for some build systems than others, but it might be that
this triggered also subtle problems (possibly #51?).1 parent 30cd663 commit aa0f4b9
1 file changed
+2
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
58 | | - | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
129 | 130 | | |
130 | 131 | | |
131 | 132 | | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | 133 | | |
154 | 134 | | |
155 | 135 | | |
| |||
0 commit comments