mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 21:49:08 +08:00
46 lines
1010 B
JSON
46 lines
1010 B
JSON
{
|
|
"name": "arrayfire",
|
|
"version-string": "3.7.3",
|
|
"port-version": 3,
|
|
"description": "ArrayFire is a general-purpose library that simplifies the process of developing software that targets parallel and massively-parallel architectures including CPUs, GPUs, and other hardware acceleration devices.",
|
|
"supports": "x64",
|
|
"dependencies": [
|
|
"boost-compute",
|
|
"boost-stacktrace",
|
|
"glad",
|
|
"spdlog"
|
|
],
|
|
"default-features": [
|
|
"cpu",
|
|
"unified"
|
|
],
|
|
"features": {
|
|
"cpu": {
|
|
"description": "ArrayFire CPU backend",
|
|
"dependencies": [
|
|
"intel-mkl"
|
|
]
|
|
},
|
|
"cuda": {
|
|
"description": "ArrayFire CUDA backend",
|
|
"dependencies": [
|
|
"cub",
|
|
"cuda",
|
|
"cudnn"
|
|
]
|
|
},
|
|
"opencl": {
|
|
"description": "ArrayFire OpenCL backend",
|
|
"dependencies": [
|
|
"opencl"
|
|
]
|
|
},
|
|
"unified": {
|
|
"description": "ArrayFire unified backend",
|
|
"dependencies": [
|
|
"intel-mkl"
|
|
]
|
|
}
|
|
}
|
|
}
|