Following the addition of the warning for missing libstdc++ when detecting the GCC toolchain
Some tests in the Clang and Clang tools test suite can fail do to the warning popping up on system where multiple GCC are installed, the latest of which without libstdc++
For more details see discussion in easybuilders/easybuild-easyblocks#4078 (comment)
In our case we rely on compiler configuration files, but this problem should happen regardless depending on system installs
Following the addition of the warning for missing
libstdc++when detecting the GCC toolchainSome tests in the Clang and Clang tools test suite can fail do to the warning popping up on system where multiple GCC are installed, the latest of which without
libstdc++For more details see discussion in easybuilders/easybuild-easyblocks#4078 (comment)
In our case we rely on compiler configuration files, but this problem should happen regardless depending on system installs