We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ab507 commit c5ecb98Copy full SHA for c5ecb98
1 file changed
setup.py
@@ -14,6 +14,10 @@
14
)
15
16
check_compiler = scorep.helper.get_scorep_config("C99 compiler used:")
17
+if check_compiler is None:
18
+ check_compiler = scorep.helper.get_scorep_config("C99 compiler:")
19
20
+ raise RuntimeError("Can not parse the C99 compiler, aborting!")
21
if "gcc" in check_compiler:
22
gcc_plugin = scorep.helper.get_scorep_config("GCC plug-in support:")
23
if not ("yes" in gcc_plugin):
0 commit comments