205 lines
5.2 KiB
JSON
205 lines
5.2 KiB
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "x64-Debug-MSVC",
|
|
"generator": "Ninja",
|
|
"configurationType": "Debug",
|
|
"buildRoot": "${workspaceRoot}\\build\\${name}",
|
|
"installRoot": "${workspaceRoot}\\install\\${name}",
|
|
"cmakeCommandArgs": "-C ${workspaceRoot}\\cmake\\presets\\windows.cmake",
|
|
"buildCommandArgs": "",
|
|
"ctestCommandArgs": "",
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|
"variables": [
|
|
{
|
|
"name": "BUILD_SHARED_LIBS",
|
|
"value": "True",
|
|
"type": "BOOL"
|
|
},
|
|
{
|
|
"name": "BUILD_TOOLS",
|
|
"value": "True",
|
|
"type": "BOOL"
|
|
},
|
|
{
|
|
"name": "LAMMPS_EXCEPTIONS",
|
|
"value": "True",
|
|
"type": "BOOL"
|
|
},
|
|
{
|
|
"name": "PKG_PYTHON",
|
|
"value": "True",
|
|
"type": "BOOL"
|
|
},
|
|
{
|
|
"name": "ENABLE_TESTING",
|
|
"value": "True",
|
|
"type": "BOOL"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "x64-Release-MSVC",
|
|
"generator": "Ninja",
|
|
"configurationType": "Release",
|
|
"buildRoot": "${workspaceRoot}\\build\\${name}",
|
|
"installRoot": "${workspaceRoot}\\install\\${name}",
|
|
"cmakeCommandArgs": "-C ${workspaceRoot}\\cmake\\presets\\windows.cmake",
|
|
"buildCommandArgs": "",
|
|
"ctestCommandArgs": "",
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|
"variables": [
|
|
{
|
|
"name": "BUILD_SHARED_LIBS",
|
|
"value": "True",
|
|
"type": "BOOL"
|
|
},
|
|
{
|
|
"name": "BUILD_TOOLS",
|
|
"value": "True",
|
|
"type": "BOOL"
|
|
},
|
|
{
|
|
"name": "LAMMPS_EXCEPTIONS",
|
|
"value": "True",
|
|
"type": "BOOL"
|
|
},
|
|
{
|
|
"name": "PKG_PYTHON",
|
|
"value": "True",
|
|
"type": "BOOL"
|
|
},
|
|
{
|
|
"name": "ENABLE_TESTING",
|
|
"value": "True",
|
|
"type": "BOOL"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "x64-Debug-Clang",
|
|
"generator": "Ninja",
|
|
"configurationType": "Debug",
|
|
"buildRoot": "${workspaceRoot}\\build\\${name}",
|
|
"installRoot": "${workspaceRoot}\\install\\${name}",
|
|
"cmakeCommandArgs": "-C ${workspaceRoot}\\cmake\\presets\\windows.cmake",
|
|
"buildCommandArgs": "",
|
|
"ctestCommandArgs": "",
|
|
"inheritEnvironments": [ "clang_cl_x64" ],
|
|
"variables": [
|
|
{
|
|
"name": "BUILD_SHARED_LIBS",
|
|
"value": "True",
|
|
"type": "BOOL"
|
|
},
|
|
{
|
|
"name": "BUILD_TOOLS",
|
|
"value": "True",
|
|
"type": "BOOL"
|
|
},
|
|
{
|
|
"name": "LAMMPS_EXCEPTIONS",
|
|
"value": "True",
|
|
"type": "BOOL"
|
|
},
|
|
{
|
|
"name": "PKG_PYTHON",
|
|
"value": "True",
|
|
"type": "BOOL"
|
|
},
|
|
{
|
|
"name": "ENABLE_TESTING",
|
|
"value": "True",
|
|
"type": "BOOL"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "x64-Debug-OneAPI",
|
|
"generator": "Ninja",
|
|
"configurationType": "Debug",
|
|
"buildRoot": "${workspaceRoot}\\build\\${name}",
|
|
"installRoot": "${workspaceRoot}\\install\\${name}",
|
|
"cmakeCommandArgs": "-C ${workspaceRoot}\\cmake\\presets\\windows.cmake -DCMAKE_CXX_COMPILER=icx -DCMAKE_C_COMPILER=icx",
|
|
"buildCommandArgs": "",
|
|
"ctestCommandArgs": "",
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|
"variables": [
|
|
{
|
|
"name": "BUILD_SHARED_LIBS",
|
|
"value": "True",
|
|
"type": "BOOL"
|
|
},
|
|
{
|
|
"name": "BUILD_TOOLS",
|
|
"value": "True",
|
|
"type": "BOOL"
|
|
},
|
|
{
|
|
"name": "LAMMPS_EXCEPTIONS",
|
|
"value": "True",
|
|
"type": "BOOL"
|
|
},
|
|
{
|
|
"name": "PKG_PYTHON",
|
|
"value": "True",
|
|
"type": "BOOL"
|
|
},
|
|
{
|
|
"name": "ENABLE_TESTING",
|
|
"value": "True",
|
|
"type": "BOOL"
|
|
},
|
|
{
|
|
"name": "BUILD_MPI",
|
|
"value": "False",
|
|
"type": "BOOL"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "x64-Debug-Intel",
|
|
"generator": "Ninja",
|
|
"configurationType": "Debug",
|
|
"buildRoot": "${workspaceRoot}\\build\\${name}",
|
|
"installRoot": "${workspaceRoot}\\install\\${name}",
|
|
"cmakeCommandArgs": "-C ${workspaceRoot}\\cmake\\presets\\windows.cmake -DCMAKE_CXX_COMPILER=icl -DCMAKE_C_COMPILER=icl -DCMAKE_Fortran_COMPILER=ifort",
|
|
"buildCommandArgs": "",
|
|
"ctestCommandArgs": "",
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|
"variables": [
|
|
{
|
|
"name": "BUILD_SHARED_LIBS",
|
|
"value": "True",
|
|
"type": "BOOL"
|
|
},
|
|
{
|
|
"name": "BUILD_TOOLS",
|
|
"value": "True",
|
|
"type": "BOOL"
|
|
},
|
|
{
|
|
"name": "LAMMPS_EXCEPTIONS",
|
|
"value": "True",
|
|
"type": "BOOL"
|
|
},
|
|
{
|
|
"name": "PKG_PYTHON",
|
|
"value": "True",
|
|
"type": "BOOL"
|
|
},
|
|
{
|
|
"name": "ENABLE_TESTING",
|
|
"value": "False",
|
|
"type": "BOOL"
|
|
},
|
|
{
|
|
"name": "BUILD_MPI",
|
|
"value": "False",
|
|
"type": "BOOL"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|