2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "kissfft",
|
2023-06-08 02:57:58 +08:00
|
|
|
"version": "131.1.0",
|
2021-09-09 16:24:04 +08:00
|
|
|
"description": "A Fast Fourier Transform (FFT) library that tries to Keep it Simple, Stupid",
|
2021-11-17 08:45:32 +08:00
|
|
|
"homepage": "https://github.com/mborgerding/kissfft",
|
2023-06-08 02:57:58 +08:00
|
|
|
"license": "BSD-3-Clause",
|
2021-11-17 08:45:32 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2023-06-08 02:57:58 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"openmp": {
|
|
|
|
"description": "Build kissfft with OpenMP support",
|
|
|
|
"supports": "!windows"
|
|
|
|
},
|
|
|
|
"tools": {
|
|
|
|
"description": "Build kissfft tools",
|
|
|
|
"supports": "linux | osx",
|
|
|
|
"dependencies": [
|
|
|
|
"libpng"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
}
|