diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2021-01-12 09:48:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-12 09:48:03 +0100 |
commit | a2a0262f79567a309ec919c21af4f3dc8cebc999 (patch) | |
tree | 95cd822ccc845c3efb8261cd65ef7c13358b6a62 /COPYRIGHT | |
parent | 60a58d89e73f2bc820812c97544ef04193b90fe2 (diff) | |
download | spack-a2a0262f79567a309ec919c21af4f3dc8cebc999.tar.gz spack-a2a0262f79567a309ec919c21af4f3dc8cebc999.tar.bz2 spack-a2a0262f79567a309ec919c21af4f3dc8cebc999.tar.xz spack-a2a0262f79567a309ec919c21af4f3dc8cebc999.zip |
hip: fix naming of libraries when installing from tarballs (#20780)
There's two issues with hip where it tries to autodetect the patch
version number from git (when installed), but it does not check if it
even is inside of a git repo. The result is we end up with a shared lib
with a trailing dash in the library suffix: `libamd64.so.x.y.z-`, which
confuses GCC. The patch tries to check if the `.git` folder exists, and
if it does not, it handles version numbering the same as when git was
not installed previously.
Diffstat (limited to 'COPYRIGHT')
0 files changed, 0 insertions, 0 deletions