|
15 | 15 | "binaryDir": "${sourceParentDir}/build/${presetName}" |
16 | 16 | }, |
17 | 17 | { |
18 | | - "name": "python_312", |
| 18 | + "name": "python_313", |
19 | 19 | "hidden": true, |
20 | 20 | "cacheVariables": { |
21 | | - "PYTHON_INTERPRETER_VERSION": "3.12" |
| 21 | + "PYTHON_INTERPRETER_VERSION": "3.13" |
22 | 22 | } |
23 | 23 | }, |
24 | 24 | { |
25 | 25 | "name": "linux_sdk_python_wrapper_dev_build", |
26 | 26 | "description": "Build python wrapper with latest sdk on Linux", |
27 | 27 | "inherits": "common_opts", |
28 | 28 | "cacheVariables": { |
29 | | - "CMAKE_C_COMPILER": "clang-18", |
30 | | - "CMAKE_CXX_COMPILER": "clang++-18", |
| 29 | + "CMAKE_C_COMPILER": "clang-20", |
| 30 | + "CMAKE_CXX_COMPILER": "clang++-20", |
31 | 31 | "CMAKE_EXE_LINKER_FLAGS": "-fuse-ld=mold", |
32 | 32 | "CMAKE_MODULE_LINKER_FLAGS": "-fuse-ld=mold", |
33 | 33 | "CMAKE_SHARED_LINKER_FLAGS": "-fuse-ld=mold" |
|
39 | 39 | } |
40 | 40 | }, |
41 | 41 | { |
42 | | - "name": "linux_sdk_python_312_debug_build", |
43 | | - "description": "Debug build of python wrapper with latest sdk for python 3.12 on Linux", |
44 | | - "inherits": ["linux_sdk_python_wrapper_dev_build", "python_312"], |
| 42 | + "name": "linux_sdk_python_313_debug_build", |
| 43 | + "description": "Debug build of python wrapper with latest sdk for python 3.13 on Linux", |
| 44 | + "inherits": ["linux_sdk_python_wrapper_dev_build", "python_313"], |
45 | 45 | "cacheVariables": { |
46 | 46 | "CMAKE_BUILD_TYPE": "Debug" |
47 | 47 | } |
48 | 48 | }, |
49 | 49 | { |
50 | | - "name": "linux_sdk_python_312_release_build", |
51 | | - "description": "Release build of python wrapper with latest sdk for python 3.12 on Linux", |
52 | | - "inherits": ["linux_sdk_python_wrapper_dev_build", "python_312"], |
| 50 | + "name": "linux_sdk_python_313_release_build", |
| 51 | + "description": "Release build of python wrapper with latest sdk for python 3.13 on Linux", |
| 52 | + "inherits": ["linux_sdk_python_wrapper_dev_build", "python_313"], |
53 | 53 | "cacheVariables": { |
54 | 54 | "CMAKE_BUILD_TYPE": "Release" |
55 | 55 | } |
|
65 | 65 | } |
66 | 66 | }, |
67 | 67 | { |
68 | | - "name": "windows_sdk_python_312_debug_build", |
69 | | - "description": "Debug build of python wrapper with latest sdk for python 3.12 on Windows", |
70 | | - "inherits": ["windows_sdk_python_wrapper_dev_build", "python_312"], |
| 68 | + "name": "windows_sdk_python_313_debug_build", |
| 69 | + "description": "Debug build of python wrapper with latest sdk for python 3.13 on Windows", |
| 70 | + "inherits": ["windows_sdk_python_wrapper_dev_build", "python_313"], |
71 | 71 | "cacheVariables": { |
72 | 72 | "CMAKE_BUILD_TYPE": "Debug" |
73 | 73 | } |
74 | 74 | }, |
75 | 75 | { |
76 | | - "name": "windows_sdk_python_312_release_build", |
77 | | - "description": "Release build of python wrapper with latest sdk for python 3.12 on Windows", |
78 | | - "inherits": ["windows_sdk_python_wrapper_dev_build", "python_312"], |
| 76 | + "name": "windows_sdk_python_313_release_build", |
| 77 | + "description": "Release build of python wrapper with latest sdk for python 3.13 on Windows", |
| 78 | + "inherits": ["windows_sdk_python_wrapper_dev_build", "python_313"], |
79 | 79 | "cacheVariables": { |
80 | 80 | "CMAKE_BUILD_TYPE": "Release" |
81 | 81 | } |
|
0 commit comments