diff options
author | Stephen Sachs <stephenmsachs@gmail.com> | 2022-02-15 18:47:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-15 17:47:29 +0000 |
commit | 79f22423b81c2c269ebc191698348c58d08f3a0f (patch) | |
tree | dbc6f6a84ac5c4ba0aec4310e560f4851eaa259e /.github | |
parent | cebe4fdf1d7cc3a150c5ee5080104e58dc7557c5 (diff) | |
download | spack-79f22423b81c2c269ebc191698348c58d08f3a0f.tar.gz spack-79f22423b81c2c269ebc191698348c58d08f3a0f.tar.bz2 spack-79f22423b81c2c269ebc191698348c58d08f3a0f.tar.xz spack-79f22423b81c2c269ebc191698348c58d08f3a0f.zip |
intel compiler: fix link time error with `LLVMgold.so` (#28731)
The Intel compiler will, at link time, call `ld -plugin LLVMgold.so`, which
expects libraries like `libimfo.so` to be found either in the `LD_LIBRARY_PATH` or
in `LLVMgold.so`s RPATH.
As `LLVMgold.so` already uses RUNPATH, I used that to extend this to the
necessary library locations.
This PR should fix issues:
https://github.com/spack/spack/issues/10308
https://github.com/spack/spack/issues/18606
https://github.com/spack/spack/issues/17100
https://github.com/spack/spack/issues/21237
https://github.com/spack/spack/issues/4261
Co-authored-by: Stephen Sachs <stesachs@amazon.com>
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions