spack/lib/spack
Stephen Sachs 79f22423b8
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>
2022-02-15 17:47:29 +00:00
..
docs Support config variables in config.yaml extensions paths (#17772) 2022-02-07 11:40:52 +01:00
env Update copyright year to 2022 2022-01-14 22:50:21 -08:00
external move typing_extensions.py back into typing.py =\ (#28549) 2022-02-11 09:52:01 -08:00
llnl introduce llnl.util.compat to remove sys.version_info checks (#21720) 2022-01-21 12:32:52 -08:00
spack intel compiler: fix link time error with LLVMgold.so (#28731) 2022-02-15 17:47:29 +00:00