[fftw3] use support expressions (#28278)

This commit is contained in:
autoantwort 2022-12-14 19:42:22 +01:00 committed by GitHub
parent 2d53b88aaa
commit 408d828b1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 6 deletions

View File

@ -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"

View File

@ -2318,7 +2318,7 @@
},
"fftw3": {
"baseline": "3.3.10",
"port-version": 4
"port-version": 5
},
"fftwpp": {
"baseline": "2019-12-19",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8dcd10c7fca8d58af1f601a45a74148942cff752",
"version": "3.3.10",
"port-version": 5
},
{
"git-tree": "1ab09732ff55a9c0ff0fadd66623f38773338649",
"version": "3.3.10",