mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
[Many tests ports] Run format-manifest on test_ports (#39294)
This commit is contained in:
parent
2324733d55
commit
8256d9fecf
@ -4,9 +4,7 @@
|
||||
"description": "Validates ankurvdev-embedresource",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "ankurvdev-embedresource"
|
||||
},
|
||||
"ankurvdev-embedresource",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
|
@ -4,10 +4,6 @@
|
||||
"description": "Builds an example app in order to validate the arrow port.",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "arrow",
|
||||
"default-features": false,
|
||||
@ -15,6 +11,10 @@
|
||||
"csv",
|
||||
"example"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -5,6 +5,12 @@
|
||||
"homepage": "https://github.com/microsoft/vcpkg",
|
||||
"license": "MIT",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "curl",
|
||||
"features": [
|
||||
"idn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "curl",
|
||||
"features": [
|
||||
@ -23,15 +29,16 @@
|
||||
{
|
||||
"name": "curl",
|
||||
"features": [
|
||||
"idn"
|
||||
]
|
||||
"psl"
|
||||
],
|
||||
"platform": "!uwp"
|
||||
},
|
||||
{
|
||||
"name": "curl",
|
||||
"features": [
|
||||
"psl"
|
||||
"gssapi"
|
||||
],
|
||||
"platform": "!uwp"
|
||||
"platform": "linux | osx"
|
||||
},
|
||||
{
|
||||
"name": "curl",
|
||||
@ -40,13 +47,6 @@
|
||||
"tool"
|
||||
],
|
||||
"platform": "!android & !uwp"
|
||||
},
|
||||
{
|
||||
"name": "curl",
|
||||
"features": [
|
||||
"gssapi"
|
||||
],
|
||||
"platform": "linux | osx"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -23,6 +23,15 @@
|
||||
"tools"
|
||||
]
|
||||
},
|
||||
{
|
||||
"$comment": "Platform restriction due to CI artifact upload quirks; libc",
|
||||
"name": "llvm",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"libc"
|
||||
],
|
||||
"platform": "linux"
|
||||
},
|
||||
{
|
||||
"$comment": "Platform restriction due to CI artifact upload quirks; features which need utils",
|
||||
"name": "llvm",
|
||||
@ -34,15 +43,6 @@
|
||||
"utils"
|
||||
],
|
||||
"platform": "!static & !x86"
|
||||
},
|
||||
{
|
||||
"$comment": "Platform restriction due to CI artifact upload quirks; libc",
|
||||
"name": "llvm",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"libc"
|
||||
],
|
||||
"platform": "linux"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -12,4 +12,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -26,11 +26,19 @@
|
||||
"name": "opencv",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"gtk",
|
||||
"dc1394"
|
||||
"dc1394",
|
||||
"gtk"
|
||||
],
|
||||
"platform": "linux"
|
||||
},
|
||||
{
|
||||
"name": "opencv",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"python"
|
||||
],
|
||||
"platform": "!uwp & !(windows & static)"
|
||||
},
|
||||
{
|
||||
"name": "opencv",
|
||||
"default-features": false,
|
||||
@ -60,14 +68,6 @@
|
||||
"vtk"
|
||||
],
|
||||
"platform": "!uwp & !(windows & (arm | arm64))"
|
||||
},
|
||||
{
|
||||
"name": "opencv",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"python"
|
||||
],
|
||||
"platform": "!uwp & !(windows & static)"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -17,8 +17,17 @@
|
||||
"name": "paraview",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"python",
|
||||
"mpi"
|
||||
"tools",
|
||||
"vtkm"
|
||||
],
|
||||
"platform": "!(x86 & windows)"
|
||||
},
|
||||
{
|
||||
"name": "paraview",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"mpi",
|
||||
"python"
|
||||
],
|
||||
"platform": "!(windows & static) & !x86"
|
||||
},
|
||||
@ -38,15 +47,6 @@
|
||||
"openvr"
|
||||
],
|
||||
"platform": "!osx & !(windows & staticcrt)"
|
||||
},
|
||||
{
|
||||
"name": "paraview",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"tools",
|
||||
"vtkm"
|
||||
],
|
||||
"platform": "!(x86 & windows)"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user