mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 08:42:10 +08:00
53 lines
1.0 KiB
JSON
53 lines
1.0 KiB
JSON
{
|
|
"name": "vcpkg-ci-paraview",
|
|
"version-date": "2022-12-01",
|
|
"description": "Port to force features of certain ports within CI",
|
|
"homepage": "https://github.com/microsoft/vcpkg",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "paraview",
|
|
"default-features": false,
|
|
"features": [
|
|
"tools"
|
|
],
|
|
"platform": "x86 & windows"
|
|
},
|
|
{
|
|
"name": "paraview",
|
|
"default-features": false,
|
|
"features": [
|
|
"tools",
|
|
"vtkm"
|
|
],
|
|
"platform": "!(x86 & windows)"
|
|
},
|
|
{
|
|
"name": "paraview",
|
|
"default-features": false,
|
|
"features": [
|
|
"mpi",
|
|
"python"
|
|
],
|
|
"platform": "!(windows & static) & !x86"
|
|
},
|
|
{
|
|
"name": "vtk",
|
|
"default-features": false,
|
|
"features": [
|
|
"gdal",
|
|
"utf8"
|
|
],
|
|
"platform": "!x86"
|
|
},
|
|
{
|
|
"name": "vtk",
|
|
"default-features": false,
|
|
"features": [
|
|
"openvr"
|
|
],
|
|
"platform": "!osx & !(windows & staticcrt)"
|
|
}
|
|
]
|
|
}
|