diff options
author | Kyle Gerheiser <3209794+kgerheiser@users.noreply.github.com> | 2022-06-17 16:01:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-17 14:01:49 -0600 |
commit | 043b2cbb7c99d69a373f3ecbf35bc3b4638bcf85 (patch) | |
tree | 7ef670ff1e87f01252fd59929bfa4f09c2111869 /lib | |
parent | aedf215b9091eefdc27052ad48f03fbede25bfbb (diff) | |
download | spack-043b2cbb7c99d69a373f3ecbf35bc3b4638bcf85.tar.gz spack-043b2cbb7c99d69a373f3ecbf35bc3b4638bcf85.tar.bz2 spack-043b2cbb7c99d69a373f3ecbf35bc3b4638bcf85.tar.xz spack-043b2cbb7c99d69a373f3ecbf35bc3b4638bcf85.zip |
Fix external compiler detection for MPICH and OpenMPI (#30875)
os.path.dirname was being used to compare compilers. If two compilers
are in the same directory then it will pick up the first one it encounters.
Compare the full compiler path instead.
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions