early-access version 2853
This commit is contained in:
206
externals/vcpkg/ports/halide/vcpkg.json
vendored
Executable file
206
externals/vcpkg/ports/halide/vcpkg.json
vendored
Executable file
@@ -0,0 +1,206 @@
|
||||
{
|
||||
"name": "halide",
|
||||
"version": "14.0.0",
|
||||
"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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user