2021-09-08 23:02:56 +08:00
{
"name" : "fftw3" ,
2021-09-29 02:53:02 +08:00
"version" : "3.3.10" ,
2023-08-10 01:25:30 +08:00
"port-version" : 8 ,
2021-09-08 23:02:56 +08:00
"description" : "FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data (as well as of even/odd data, i.e. the discrete cosine/sine transforms or DCT/DST)." ,
"homepage" : "https://www.fftw.org/" ,
2022-12-15 02:42:22 +08:00
"license" : "GPL-2.0-or-later" ,
2021-09-08 23:02:56 +08:00
"dependencies" : [
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
}
] ,
"features" : {
"avx" : {
2022-12-15 02:42:22 +08:00
"description" : "Builds part of the library with avx, sse2, sse" ,
"supports" : "!arm"
2021-09-08 23:02:56 +08:00
} ,
"avx2" : {
2022-12-15 02:42:22 +08:00
"description" : "Builds part of the library with avx2, fma, avx, sse2, sse" ,
"supports" : "!arm"
2021-09-08 23:02:56 +08:00
} ,
"openmp" : {
"description" : "Builds openmp enabled lib"
} ,
"sse" : {
2022-12-15 02:42:22 +08:00
"description" : "Builds part of the library with sse" ,
"supports" : "!arm"
2021-09-08 23:02:56 +08:00
} ,
"sse2" : {
2022-12-15 02:42:22 +08:00
"description" : "Builds part of the library with sse2, sse" ,
"supports" : "!arm"
2021-09-08 23:02:56 +08:00
} ,
"threads" : {
"description" : "Enable threads in fftw3"
}
}
}