vcpkg/ports/fftw3/vcpkg.json
autoantwort 5b11232d00
[many-ports] Don't use deprecated functions (autogenerated) (#26981)
* [libuvc,qt5-virtualkeyboard] remove duplicated dependency entry

* [many-ports] don't use deprecated functions (autogenerated)

* atkmm: Fix license.
gperftools: Reformat vcpkg_check_features call.
gsl: Fix license.
libpff: Fix license.
pangomm: Fix license.
qtbase: Revert, only comment changes.
type-lite: Reformat vcpkg_check_features and actually use the feature options.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-04-13 09:13:15 -07:00

43 lines
1.2 KiB
JSON

{
"name": "fftw3",
"version": "3.3.10",
"port-version": 6,
"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/",
"license": "GPL-2.0-or-later",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"avx": {
"description": "Builds part of the library with avx, sse2, sse",
"supports": "!arm"
},
"avx2": {
"description": "Builds part of the library with avx2, fma, avx, sse2, sse",
"supports": "!arm"
},
"openmp": {
"description": "Builds openmp enabled lib"
},
"sse": {
"description": "Builds part of the library with sse",
"supports": "!arm"
},
"sse2": {
"description": "Builds part of the library with sse2, sse",
"supports": "!arm"
},
"threads": {
"description": "Enable threads in fftw3"
}
}
}