mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 22:00:13 +08:00
099507df39
* [llvm] update to 13.0.0 * add version * [llvm] rework processing of the CMake packages * update versions * [llvm] return patch to fix config paths * update version * [llvm] allow to build Flang on Windows * add version * [llvm] temporary enable Flang by default for test * update version * [llvm] fix Flang installation * update version * [llvm] try to fix Flang build * update version * [llvm] remove Flang from defaults and use Perl path * [halide] update to 13.0.0 * update versions * [mesa] update to v21.2.5 and fix build with LLVM 13 * [llvm] use version * update versions * [opencv4] fix build with Halide 13 * update version * update ci.baseline * [halide] update usage file * [llvm] update supports * update versions * [vcpkg-ci-llvm] add test port * [vcpkg-ci-llvm] rework test port * [vcpkg-ci-llvm] test more features * [halide] update to v13.0.1 * update version * [mesa] recover port version * update versions * [opencv4] update version * update version * Update opencv4.json * [halide] update to v13.0.2 and fix usage * update version * Update ports/halide/portfile.cmake Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * update version * enable LLVM ABI breaking checks to avoid Halide build fail Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
207 lines
4.4 KiB
JSON
207 lines
4.4 KiB
JSON
{
|
|
"name": "halide",
|
|
"version": "13.0.2",
|
|
"description": "Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines.",
|
|
"homepage": "https://github.com/halide/Halide",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "llvm",
|
|
"features": [
|
|
"clang",
|
|
"enable-rtti",
|
|
"tools"
|
|
]
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"jit"
|
|
],
|
|
"features": {
|
|
"jit": {
|
|
"description": "Include targets required for jit compilation",
|
|
"dependencies": [
|
|
{
|
|
"name": "halide",
|
|
"default-features": false,
|
|
"features": [
|
|
"target-aarch64"
|
|
],
|
|
"platform": "arm64"
|
|
},
|
|
{
|
|
"name": "halide",
|
|
"default-features": false,
|
|
"features": [
|
|
"target-x86"
|
|
],
|
|
"platform": "x86 | x64"
|
|
},
|
|
{
|
|
"name": "halide",
|
|
"default-features": false,
|
|
"features": [
|
|
"target-arm"
|
|
],
|
|
"platform": "arm & !arm64"
|
|
},
|
|
{
|
|
"name": "halide",
|
|
"features": [
|
|
"target-all"
|
|
],
|
|
"platform": "!x86 & !x64 & !arm & !arm64"
|
|
}
|
|
]
|
|
},
|
|
"target-aarch64": {
|
|
"description": "Include AArch64 target",
|
|
"dependencies": [
|
|
{
|
|
"name": "llvm",
|
|
"default-features": false,
|
|
"features": [
|
|
"target-aarch64"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"target-all": {
|
|
"description": "Include all targets",
|
|
"dependencies": [
|
|
{
|
|
"name": "halide",
|
|
"default-features": false,
|
|
"features": [
|
|
"target-aarch64",
|
|
"target-amdgpu",
|
|
"target-arm",
|
|
"target-d3d12compute",
|
|
"target-hexagon",
|
|
"target-metal",
|
|
"target-mips",
|
|
"target-nvptx",
|
|
"target-opencl",
|
|
"target-powerpc",
|
|
"target-riscv",
|
|
"target-x86"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"target-amdgpu": {
|
|
"description": "Include AMDGPU target",
|
|
"dependencies": [
|
|
{
|
|
"name": "llvm",
|
|
"default-features": false,
|
|
"features": [
|
|
"target-amdgpu"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"target-arm": {
|
|
"description": "Include ARM target",
|
|
"dependencies": [
|
|
{
|
|
"name": "llvm",
|
|
"default-features": false,
|
|
"features": [
|
|
"target-arm"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"target-d3d12compute": {
|
|
"description": "Include Direct3D 12 Compute target"
|
|
},
|
|
"target-hexagon": {
|
|
"description": "Include Hexagon target",
|
|
"dependencies": [
|
|
{
|
|
"name": "llvm",
|
|
"default-features": false,
|
|
"features": [
|
|
"target-hexagon"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"target-metal": {
|
|
"description": "Include Metal target"
|
|
},
|
|
"target-mips": {
|
|
"description": "Include Mips target",
|
|
"dependencies": [
|
|
{
|
|
"name": "llvm",
|
|
"default-features": false,
|
|
"features": [
|
|
"target-mips"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"target-nvptx": {
|
|
"description": "Include NVPTX target",
|
|
"dependencies": [
|
|
{
|
|
"name": "llvm",
|
|
"default-features": false,
|
|
"features": [
|
|
"target-nvptx"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"target-opencl": {
|
|
"description": "Include OpenCL-C target"
|
|
},
|
|
"target-powerpc": {
|
|
"description": "Include PowerPC target",
|
|
"dependencies": [
|
|
{
|
|
"name": "llvm",
|
|
"default-features": false,
|
|
"features": [
|
|
"target-powerpc"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"target-riscv": {
|
|
"description": "Include RISCV target",
|
|
"dependencies": [
|
|
{
|
|
"name": "llvm",
|
|
"default-features": false,
|
|
"features": [
|
|
"target-riscv"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"target-x86": {
|
|
"description": "Include X86 target",
|
|
"dependencies": [
|
|
{
|
|
"name": "llvm",
|
|
"default-features": false,
|
|
"features": [
|
|
"target-x86"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|