mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 22:39:00 +08:00
19 lines
378 B
JSON
19 lines
378 B
JSON
{
|
|
"name": "clfft",
|
|
"version": "2.12.2",
|
|
"port-version": 4,
|
|
"description": "clFFT is an OpenCL 1.2 accelerated Fast Fourier Transform library.",
|
|
"homepage": "https://github.com/clMathLibraries/clFFT",
|
|
"dependencies": [
|
|
"opencl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|