aboutsummaryrefslogtreecommitdiff
path: root/ports/fftw3/CONTROL
diff options
context:
space:
mode:
authorPhoebe <20694052+PhoebeHui@users.noreply.github.com>2021-09-08 23:02:56 +0800
committerGitHub <noreply@github.com>2021-09-08 08:02:56 -0700
commitbcf551b980380fe7f84fa302ad7ef3c184f9bf4f (patch)
tree9cbb21db9f3752c60674bfbfb66d9349261db440 /ports/fftw3/CONTROL
parente239a6fa6e701602729dfec6836ffa41ff06ee86 (diff)
downloadvcpkg-bcf551b980380fe7f84fa302ad7ef3c184f9bf4f.tar.gz
vcpkg-bcf551b980380fe7f84fa302ad7ef3c184f9bf4f.zip
[fftw3/libwebsockets/uwebsockets] Update to latest release (#20051)
Diffstat (limited to 'ports/fftw3/CONTROL')
-rw-r--r--ports/fftw3/CONTROL22
1 files changed, 0 insertions, 22 deletions
diff --git a/ports/fftw3/CONTROL b/ports/fftw3/CONTROL
deleted file mode 100644
index 95c693631..000000000
--- a/ports/fftw3/CONTROL
+++ /dev/null
@@ -1,22 +0,0 @@
-Source: fftw3
-Version: 3.3.8-7
-Homepage: https://www.fftw.org/
-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).
-
-Feature: openmp
-Description: Builds openmp enabled lib
-
-Feature: sse
-Description: Builds part of the library with sse
-
-Feature: sse2
-Description: Builds part of the library with sse2, sse
-
-Feature: avx
-Description: Builds part of the library with avx, sse2, sse
-
-Feature: avx2
-Description: Builds part of the library with avx2, fma, avx, sse2, sse
-
-Feature: threads
-Description: Enable threads in fftw3