ginkgo-project / ginkgo

Numerical linear algebra software package
https://ginkgo-project.github.io/
BSD 3-Clause "New" or "Revised" License
384 stars 86 forks source link

Require C++17 support #1603

Open upsj opened 2 months ago

upsj commented 2 months ago

This requires C++17 support and removes the workarounds we had in place before

upsj commented 2 months ago

This also means bumping GCC to version 7, Clang to version 5 and CUDA to version 11