diff options
author | Wouter Deconinck <wdconinc@gmail.com> | 2023-01-23 14:14:19 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-23 12:14:19 -0800 |
commit | 0f2e0a01a97210b9c1380066ba362b7321e7a0e8 (patch) | |
tree | c9d32e38b7e9d4df05546148c813099ae4abd646 /NOTICE | |
parent | c2d68975bcba920094347e3421b2e848cbac46db (diff) | |
download | spack-0f2e0a01a97210b9c1380066ba362b7321e7a0e8.tar.gz spack-0f2e0a01a97210b9c1380066ba362b7321e7a0e8.tar.bz2 spack-0f2e0a01a97210b9c1380066ba362b7321e7a0e8.tar.xz spack-0f2e0a01a97210b9c1380066ba362b7321e7a0e8.zip |
freeimage: fails to compile with c++17, use c++14 (#35067)
* freeimage: fails to compile with c++17, use c++14
Only `opencascade` when a (non-default) variant depends on `freeimage`, which seems to have gone unmaintained. There are c++17 standard violations [[1]]( https://en.cppreference.com/w/cpp/language/except_spec) in the code, so we can at most expect c++14. Since some compilers default to c++17 (gcc-12) we need to be explicit.
* freeimage: install directly in prefix
* freeimage: fix inverted patch
Diffstat (limited to 'NOTICE')
0 files changed, 0 insertions, 0 deletions