mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 22:01:37 +08:00
[fftw3] use support expressions (#28278)
This commit is contained in:
parent
2d53b88aaa
commit
408d828b1a
@ -1,9 +1,10 @@
|
||||
{
|
||||
"name": "fftw3",
|
||||
"version": "3.3.10",
|
||||
"port-version": 4,
|
||||
"port-version": 5,
|
||||
"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",
|
||||
@ -16,19 +17,23 @@
|
||||
],
|
||||
"features": {
|
||||
"avx": {
|
||||
"description": "Builds part of the library with avx, sse2, sse"
|
||||
"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"
|
||||
"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"
|
||||
"description": "Builds part of the library with sse",
|
||||
"supports": "!arm"
|
||||
},
|
||||
"sse2": {
|
||||
"description": "Builds part of the library with sse2, sse"
|
||||
"description": "Builds part of the library with sse2, sse",
|
||||
"supports": "!arm"
|
||||
},
|
||||
"threads": {
|
||||
"description": "Enable threads in fftw3"
|
||||
|
@ -2318,7 +2318,7 @@
|
||||
},
|
||||
"fftw3": {
|
||||
"baseline": "3.3.10",
|
||||
"port-version": 4
|
||||
"port-version": 5
|
||||
},
|
||||
"fftwpp": {
|
||||
"baseline": "2019-12-19",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "8dcd10c7fca8d58af1f601a45a74148942cff752",
|
||||
"version": "3.3.10",
|
||||
"port-version": 5
|
||||
},
|
||||
{
|
||||
"git-tree": "1ab09732ff55a9c0ff0fadd66623f38773338649",
|
||||
"version": "3.3.10",
|
||||
|
Loading…
Reference in New Issue
Block a user