diff options
author | Dom Heinzeller <dom.heinzeller@icloud.com> | 2024-10-25 13:17:49 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-25 12:17:49 -0700 |
commit | ad0b2564073ce91dfad2a49998c285525148a28a (patch) | |
tree | 896717158f7dd65da6d98b94c9b4ebb29fb0727c /.gitignore | |
parent | a2a3a83a26efe8111ab1a33f882f5dacd1199161 (diff) | |
download | spack-ad0b2564073ce91dfad2a49998c285525148a28a.tar.gz spack-ad0b2564073ce91dfad2a49998c285525148a28a.tar.bz2 spack-ad0b2564073ce91dfad2a49998c285525148a28a.tar.xz spack-ad0b2564073ce91dfad2a49998c285525148a28a.zip |
Intel/Oneapi compilers: suppress warnings when using Cray wrappers (#47046)
#44588 we added logic to suppress deprecation warnings for the
Intel classic compilers. This depended on matching against
* The compiler names (looking for icc, icpc, ifort)
* The compiler version
When using an Intel compiler with fortran wrappers, the first check
always fails. To support using the fortran wrappers (in combination
with the classic Intel compilers), we remove the first check and
suppress if just the version matches. This works because:
* The newer compilers like icx can handle (ignore) the flags that
suppress deprecation warnings
* The Cray wrappers pass the underlying compiler version (e.g. they
report what icc would report)
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions