forked from arrayfire/arrayfire
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvcpkg.json
More file actions
52 lines (52 loc) · 1.28 KB
/
Copy pathvcpkg.json
File metadata and controls
52 lines (52 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "arrayfire",
"version": "3.9.0",
"homepage": "https://github.com/arrayfire/arrayfire",
"description": "ArrayFire is a HPC general-purpose library targeting parallel and massively-parallel architectures such as CPUs, GPUs, etc.",
"supports": "x64",
"dependencies": [
"boost-compute",
"boost-functional",
"boost-stacktrace",
{
"name": "forge",
"version>=": "1.0.8",
"platform": "windows"
},
"freeimage",
{
"name": "fontconfig",
"platform": "!windows"
},
"glad",
"intel-mkl",
"spdlog"
],
"overrides": [
{
"name": "fmt",
"version": "6.2.1"
},
{
"name": "spdlog",
"version": "1.6.1"
}
],
"features": {
"cuda": {
"description": "Build CUDA backend",
"dependencies": [
"cuda",
"cudnn"
]
},
"opencl": {
"description": "Build OpenCL backend",
"dependencies": [
"boost-program-options",
"opencl"
]
}
},
"builtin-baseline": "5568f110b509a9fd90711978a7cb76bae75bb092"
}