vcpkg/ports/fftw3/vcpkg.json
autoantwort e7e328cf9d
[many ports] call vcpkg_fixup_pkgconfig() (#20953)
* [many ports] call vcpkg_fixup_pkgconfig()

The ports generate pc files, but don't call vcpkg_fixup_pkgconfig() so that there are absolute paths in the pc files

* Update port-version for armadillo and polyclipping.

* Update version database.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-10-27 15:19:28 -07:00

38 lines
1.0 KiB
JSON

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