add libunwind dependency to recent Mesa easyconfig when building with foss/GCC#7629
Conversation
|
Test report by @vanzod |
|
@vanzod did your Mesa libGL.so have the same info? |
|
@akesandgren Yes, here it is |
|
Ok, wasn't 100% sure it wasn't just me... |
|
Lets wait for a bit of kenneth approval for this one. |
|
|
|
Was that an GCC or intel build of Mesa? My Mesa 17.3.6 with foss/2018a does not show libunwind. Nor does Maximes nix build of Mesa 17 |
|
@akesandgren That was for |
|
Ok, so for some reason only Debian/Ubuntu sees that. |
|
Checking the configure output from Mesa 18 it clearly searches for unwind, Mesa 17 doesn't. |
|
@akesandgren No |
|
Test report by @boegel |
|
Test report by @boegel |
|
Test report by @boegel |
|
Going in, thanks @akesandgren! |
(created using
eb --new-pr)Check output from
objdump -x .../MPI/GCC/7.3.0-2.30/OpenMPI/3.1.1/Mesa/18.1.1/lib/libGL.so.1 | grep NEEDED
and you should see libunwind there.