|
1 | 1 | { |
2 | 2 | "version": 2, |
3 | | - "cmakeMinimumRequired": { |
4 | | - "major": 3, |
5 | | - "minor": 20, |
6 | | - "patch": 0 |
7 | | -}, |
8 | 3 |
|
9 | 4 | "configurePresets": [ |
10 | 5 | { |
11 | 6 | "name": "default", |
12 | 7 | "binaryDir": "${sourceDir}/build", |
13 | 8 | "generator": "Ninja", |
14 | | - "cacheVariables": {"CMAKE_BUILD_TYPE": "Release"} |
15 | | -}, |
16 | | -{ |
17 | | - "name": "make", "inherits": "default", |
18 | | - "displayName": "build with GNU Make", |
19 | | - "generator": "Unix Makefiles" |
20 | | -}, |
21 | | -{ |
22 | | - "name": "makewin", "inherits": "default", |
23 | | - "displayName": "build with GNU Make: Windows", |
24 | | - "generator": "MinGW Makefiles" |
25 | | -}, |
26 | | -{ |
27 | | - "name": "intel", "inherits": "default", |
28 | | - "displayName": "Intel Classic compiler: Linux/MacOS", |
29 | | - "environment": { |
30 | | - "CC": "icc", |
31 | | - "CXX": "icpc", |
32 | | - "FC": "ifort", |
33 | | - "LAPACK_ROOT": "$env{MKLROOT}", |
34 | | - "MPI_ROOT": "$env{I_MPI_ROOT}" |
| 9 | + "cacheVariables": { |
| 10 | + "CMAKE_BUILD_TYPE": "Release" |
35 | 11 | } |
36 | 12 | }, |
37 | 13 | { |
38 | | - "name": "intelwin", "inherits": "intel", |
39 | | - "displayName": "Intel Classic compiler: Windows", |
40 | | - "environment": { |
41 | | - "CC": "icl", |
42 | | - "CXX": "icl" |
43 | | - } |
44 | | -}, |
45 | | -{ |
46 | | - "name": "intelnext", "inherits": "intel", |
| 14 | + "name": "intel", "inherits": "default", |
47 | 15 | "displayName": "Intel oneAPI LLVM", |
48 | 16 | "environment": { |
49 | 17 | "CC": "icx", |
|
0 commit comments