SYCLomatic daily 2024-12-05
Pre-release
Pre-release
[SYCLomatic] Fix the <cmath> header file not found issue (#2536) On ubuntu, when the user installs the gcc package by "apt install gcc-<version>" and not installed the libstdc++ package, the clang will search the /usr/lib/gcc/x86_64-linux-gnu to get the latest GCC version as default one. The PR will compare all the candidates and use the gcc and libstdc++, all installed versions. Signed-off-by: Chen, Sheng S <[email protected]>