Searched refs:quoted (Results 1 – 1 of 1) sorted by relevance
| /petsc/config/PETSc/ |
| H A D | Configure.py | 941 def quoted(string): function 963 … add coverage for gnu-like compilers (either gcc or clang). Skipping it!'.format(quoted(compiler))) 981 'Compiler {} did not accept coverage flag {}'.format(quoted(compiler), quoted(flag)) 987 quoted(compiler), coverage_flags 1018 …and/or using -Og (or equivalent) instead'.format(', '.join(map(quoted, opt_flags)), quoted(flagsna… 1191 def quoted(string): function 1204 …xec (got {}), trying to auto-detect based on compiler {}'.format(quoted(arg_opt), quoted(compiler)… 1217 …piler. Bailing since user did not explicitly set exec on the commandline'.format(quoted(compiler))) 1222 …to-detect coverage tool for {}, please set coverage tool name explicitly'.format(quoted(compiler))) 1229 …ng {} (for compiler {}) using pattern {}'.format(quoted(compiler_version_str), quoted(compiler), q… [all …]
|