@@ -32,27 +32,27 @@ CONFIG = _cleanup(
32
32
"Compilers": {
33
33
"c": {
34
34
"name": "@C_COMP@",
35
- "linker": "@C_COMP_LINKER_ID@",
35
+ "linker": r "@C_COMP_LINKER_ID@",
36
36
"version": "@C_COMP_VERSION@",
37
- "commands": "@C_COMP_CMD_ARRAY@",
38
- "args": "@C_COMP_ARGS@",
39
- "linker args": "@C_COMP_LINK_ARGS@",
37
+ "commands": r "@C_COMP_CMD_ARRAY@",
38
+ "args": r "@C_COMP_ARGS@",
39
+ "linker args": r "@C_COMP_LINK_ARGS@",
40
40
},
41
41
"cython": {
42
42
"name": "@CYTHON_COMP@",
43
- "linker": "@CYTHON_COMP_LINKER_ID@",
43
+ "linker": r "@CYTHON_COMP_LINKER_ID@",
44
44
"version": "@CYTHON_COMP_VERSION@",
45
- "commands": "@CYTHON_COMP_CMD_ARRAY@",
46
- "args": "@CYTHON_COMP_ARGS@",
47
- "linker args": "@CYTHON_COMP_LINK_ARGS@",
45
+ "commands": r "@CYTHON_COMP_CMD_ARRAY@",
46
+ "args": r "@CYTHON_COMP_ARGS@",
47
+ "linker args": r "@CYTHON_COMP_LINK_ARGS@",
48
48
},
49
49
"c++": {
50
50
"name": "@CPP_COMP@",
51
- "linker": "@CPP_COMP_LINKER_ID@",
51
+ "linker": r "@CPP_COMP_LINKER_ID@",
52
52
"version": "@CPP_COMP_VERSION@",
53
- "commands": "@CPP_COMP_CMD_ARRAY@",
54
- "args": "@CPP_COMP_ARGS@",
55
- "linker args": "@CPP_COMP_LINK_ARGS@",
53
+ "commands": r "@CPP_COMP_CMD_ARRAY@",
54
+ "args": r "@CPP_COMP_ARGS@",
55
+ "linker args": r "@CPP_COMP_LINK_ARGS@",
56
56
},
57
57
},
58
58
"Machine Information": {
@@ -78,7 +78,7 @@ CONFIG = _cleanup(
78
78
"detection method": "@BLAS_TYPE_NAME@",
79
79
"include directory": r"@BLAS_INCLUDEDIR@",
80
80
"lib directory": r"@BLAS_LIBDIR@",
81
- "openblas configuration": "@BLAS_OPENBLAS_CONFIG@",
81
+ "openblas configuration": r "@BLAS_OPENBLAS_CONFIG@",
82
82
"pc file directory": r"@BLAS_PCFILEDIR@",
83
83
},
84
84
"lapack": {
@@ -88,7 +88,7 @@ CONFIG = _cleanup(
88
88
"detection method": "@LAPACK_TYPE_NAME@",
89
89
"include directory": r"@LAPACK_INCLUDEDIR@",
90
90
"lib directory": r"@LAPACK_LIBDIR@",
91
- "openblas configuration": "@LAPACK_OPENBLAS_CONFIG@",
91
+ "openblas configuration": r "@LAPACK_OPENBLAS_CONFIG@",
92
92
"pc file directory": r"@LAPACK_PCFILEDIR@",
93
93
},
94
94
},
0 commit comments