mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 11:29:02 +08:00
b47d6ce6e3
* Update HTTP to HTTPS links where it can be done safely. This means that the HTTP-based link gave a 200 response with identical content to the HTTPS version of the link. For links containing variables, we checked the interpolated (real) link. * Bump relevant vcpkg.json versions. * Use version-date for cello. * update version Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "fftw3",
|
|
"version": "3.3.10",
|
|
"port-version": 3,
|
|
"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"
|
|
}
|
|
}
|
|
}
|