|
11 | 11 | "binaryDir": "${sourceParentDir}/build/",
|
12 | 12 | "cacheVariables": {
|
13 | 13 | "CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
|
14 |
| - "VCPKG_TARGET_TRIPLET": "x64-windows" |
| 14 | + "VCPKG_TARGET_TRIPLET": "x64-windows", |
| 15 | + "USE_MKL": "OFF" |
15 | 16 | }
|
16 | 17 | },
|
17 | 18 | {
|
18 |
| - "name": "vs-x64", |
| 19 | + "name": "vs-x64-mkl", |
19 | 20 | "displayName": "VS2022 x64 (Intel MKL)",
|
20 | 21 | "generator": "Visual Studio 17 2022",
|
21 | 22 | "architecture": { "value": "x64" },
|
|
36 | 37 | ],
|
37 | 38 |
|
38 | 39 | "buildPresets": [
|
39 |
| - { "name": "build-debug", "configurePreset": "vs-x64", "configuration": "Debug" }, |
40 |
| - { "name": "build-release", "configurePreset": "vs-x64", "configuration": "Release" } |
| 40 | + { |
| 41 | + "name": "build-dbg-openblas", |
| 42 | + "configurePreset": "vs-x64-openblas", |
| 43 | + "configuration": "Debug" |
| 44 | + }, |
| 45 | + { |
| 46 | + "name": "build-rel-openblas", |
| 47 | + "configurePreset": "vs-x64-openblas", |
| 48 | + "configuration": "Release" |
| 49 | + }, |
| 50 | + { |
| 51 | + "name": "build-dbg-mkl", |
| 52 | + "configurePreset": "vs-x64-mkl", |
| 53 | + "configuration": "Debug" |
| 54 | + }, |
| 55 | + { |
| 56 | + "name": "build-rel-mkl", |
| 57 | + "configurePreset": "vs-x64-mkl", |
| 58 | + "configuration": "Release" |
| 59 | + } |
41 | 60 | ],
|
42 | 61 |
|
43 | 62 | "testPresets": [
|
44 |
| - { "name": "ctest", "configurePreset": "vs-x64-mkl", "configuration": "Debug" } |
| 63 | + { |
| 64 | + "name": "ctest-mkl", |
| 65 | + "configurePreset": "vs-x64-mkl", |
| 66 | + "configuration": "Debug" |
| 67 | + }, |
| 68 | + { |
| 69 | + "name": "ctest-openblas", |
| 70 | + "configurePreset": "vs-x64-openblas", |
| 71 | + "configuration": "Debug" |
| 72 | + } |
45 | 73 | ]
|
46 | 74 | }
|
0 commit comments