diff options
author | John W. Parent <45471568+johnwparent@users.noreply.github.com> | 2022-12-16 14:22:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-16 19:22:04 +0000 |
commit | 642c5b876b11f23323338e9025470e6fbdc6e913 (patch) | |
tree | 36f75e29b90c83574d5abf3a59efcb182de532bc /README.md | |
parent | 8b7bd6dc743a1d733721eb8d0fe8e2cf83ff22bb (diff) | |
download | spack-642c5b876b11f23323338e9025470e6fbdc6e913.tar.gz spack-642c5b876b11f23323338e9025470e6fbdc6e913.tar.bz2 spack-642c5b876b11f23323338e9025470e6fbdc6e913.tar.xz spack-642c5b876b11f23323338e9025470e6fbdc6e913.zip |
Compiler detection: avoid false recognition of MSVC (#34574)
Interim fix for #34559
Spack's MSVC compiler definition uses ifx as the Fortran compiler.
Prior to #33385, the Spack MSVC compiler definition required the
executable to be called "ifx.exe"; #33385 replaced this with just
"ifx", which inadvertently led to ifx falsely indicating the
presence of MSVC on non-Windows systems (which leads to future
errors when attempting to query/use those compiler objects).
This commit applies a short-term fix by updating MSVC Fortran
version detection to always indicate a failure on non-Windows.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions