diff options
author | Aiden Grossman <39388941+boomanaiden154@users.noreply.github.com> | 2023-07-18 14:02:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-18 23:02:51 +0200 |
commit | 9a05dce3bf88ebe9c4d2a7b6f0a156d2d6fe2468 (patch) | |
tree | 33e4d93d046af53d03203a146aa719f483157162 /.github/workflows | |
parent | ffc283ab8b6b5c7b791e07e358388d3062e4ab44 (diff) | |
download | spack-9a05dce3bf88ebe9c4d2a7b6f0a156d2d6fe2468.tar.gz spack-9a05dce3bf88ebe9c4d2a7b6f0a156d2d6fe2468.tar.bz2 spack-9a05dce3bf88ebe9c4d2a7b6f0a156d2d6fe2468.tar.xz spack-9a05dce3bf88ebe9c4d2a7b6f0a156d2d6fe2468.zip |
fftw: fix build with clang15+ (#38889)
In Clang 15, -Wint-conversion became an error instead of a warning,
breaking the fftw build for clang versions > 15. This patch fixes fftw
builds with clang 15+ by passing -Wno-error=int-conversion as a cflag.
Diffstat (limited to '.github/workflows')
0 files changed, 0 insertions, 0 deletions