diff options
author | Seth R. Johnson <johnsonsr@ornl.gov> | 2021-10-24 13:46:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-24 13:46:52 -0400 |
commit | c255e91bbadb58381428c301eb85383b80fbeddf (patch) | |
tree | 3e3c5a2f19c7048aa70ef0bdf0881a242cf73754 /bin | |
parent | 5a3816567469f6c256173640ab278dbd7994cc33 (diff) | |
download | spack-c255e91bbadb58381428c301eb85383b80fbeddf.tar.gz spack-c255e91bbadb58381428c301eb85383b80fbeddf.tar.bz2 spack-c255e91bbadb58381428c301eb85383b80fbeddf.tar.xz spack-c255e91bbadb58381428c301eb85383b80fbeddf.zip |
gcc: support alternate mechanism for providing GCC rpaths (#26590)
* gcc: support runtime ability to not install spack rpaths
Fixes #26582 .
* gcc: Fix malformed specs file and add docs
The updated docs point out that the spack-modified GCC does *not*
follow the usual behavior of LD_RUN_PATH!
* gcc: fix bad rpath on macOS
This bug has been around since the beginning of the GCC package file:
the rpath command it generates for macOS writes a single (invalid)
rpath entry.
* gcc: only write rpaths for directories with shared libraries
The original lib64+lib was just a hack for "in case either has one" but
it's easy to tell whether either has libraries that can be directly
referenced.
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions